Run Cypress tests on master after merging

This commit is contained in:
Felipe Knorr Kuhn 2023-02-26 08:23:44 -08:00
parent 321499da88
commit 0ce4c5fa4d
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -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/')"