Update test triggers

This commit is contained in:
Felipe Knorr Kuhn 2022-06-24 21:56:08 -07:00
parent 7262485f3b
commit 8fa0539b5a
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -1,6 +1,8 @@
name: Cypress Tests
on: [push, pull_request]
on:
pull_request:
types: [ opened, review_requested, synchronize ]
jobs:
cypress:
if: "!contains(github.event.pull_request.labels.*.name, 'ops')"