We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b63a769 + 56353e4 commit 0ec0ccdCopy full SHA for 0ec0ccd
1 file changed
.github/workflows/cypress.yml
@@ -1,6 +1,11 @@
1
name: Cypress
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
+ - stable*
9
10
env:
11
APP_NAME: activity
0 commit comments