Reorder triggers

This commit is contained in:
Felipe Knorr Kuhn 2023-02-26 09:16:33 -08:00
parent 0ce4c5fa4d
commit 4cc0f9b5c7
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -1,11 +1,11 @@
name: Cypress Tests
on:
push:
branches: [master]
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/')"