Only run e2e tests on develop and PR targetting develop
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
co-authored by
J. Ryan Stinnett
parent
5c62728d13
commit
c9b1d1aef0
@@ -1,5 +1,9 @@
|
|||||||
name: "end-to-end_tests"
|
name: "end-to-end_tests"
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [develop]
|
||||||
|
pull_request:
|
||||||
|
branches: [develop]
|
||||||
jobs:
|
jobs:
|
||||||
"end-to-end_tests":
|
"end-to-end_tests":
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user