Improve action
This commit is contained in:
parent
e26ef569e5
commit
0a760af4dc
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
name: Merge Build
|
name: Build on feature branch
|
||||||
run_name: Test successful build on merge request
|
run_name: Test successful build on push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types: [opened, reopened, edited, review_requested, synchronize]
|
branches-ignore:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
Loading…
Reference in a new issue