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