git: Run CI on feature branches
This commit is contained in:
parent
726d36ba3d
commit
0a0323ce5d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
- 'master'
|
- 'master'
|
||||||
- 'releases/**'
|
- 'releases/**'
|
||||||
- 'tests/**'
|
- 'tests/**'
|
||||||
|
- 'feature/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
- 'master'
|
- 'master'
|
||||||
- 'releases/**'
|
- 'releases/**'
|
||||||
- 'tests/**'
|
- 'tests/**'
|
||||||
|
- 'feature/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user