Trigger Cypress on 'push' event only (#2445)

This commit is contained in:
Jon Koops 2022-04-13 13:07:28 +02:00 committed by GitHub
parent 6bdb78f01e
commit 4d0a1e5c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,5 @@
name: Cypress
on:
push:
branches: [main]
pull_request:
branches: [main]
on: push
jobs:
setup:
runs-on: ubuntu-latest