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
|
||||
run_name: Test successful build on merge request
|
||||
name: Build on feature branch
|
||||
run_name: Test successful build on push
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened, edited, review_requested, synchronize]
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Build:
|
Loading…
Reference in a new issue