Run Cypress tests on master after merging
This commit is contained in:
parent
321499da88
commit
0ce4c5fa4d
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
@ -3,6 +3,9 @@ name: Cypress Tests
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, review_requested, synchronize]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
cypress:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user