Ignore pushes to the ops branches

This commit is contained in:
Felipe Knorr Kuhn 2022-07-03 03:29:09 -07:00
parent 77e0e98517
commit 9880c492a4

View File

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