fix/limit-branches
This commit is contained in:
committed by
GitHub
parent
39df9d94c9
commit
6a1bb78142
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: Cypress tests
|
name: Cypress tests
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- production-**
|
||||||
jobs:
|
jobs:
|
||||||
cypress-run:
|
cypress-run:
|
||||||
name: Cypress run
|
name: Cypress run
|
||||||
|
Reference in New Issue
Block a user