Only run e2e tests on develop and PR targetting develop

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Germain 2021-06-09 10:38:28 +01:00 committed by GitHub
parent 5c62728d13
commit c9b1d1aef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
name: "end-to-end_tests"
on: [push]
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
"end-to-end_tests":
runs-on: ubuntu-latest