Trigger Cypress on 'push' event only (#2445)
This commit is contained in:
parent
6bdb78f01e
commit
4d0a1e5c2e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
|
@ -1,9 +1,5 @@
|
|||
name: Cypress
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
on: push
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue