fix build-test workflow running twice on pull_requests
This commit is contained in:
parent
7871c0928f
commit
cff7667155
8
.github/workflows/build-test.yml
vendored
8
.github/workflows/build-test.yml
vendored
|
@ -1,10 +1,18 @@
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'develop'
|
||||||
|
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'release/**'
|
- 'release/**'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- 'develop'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user