We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7d25e commit d2f7147Copy full SHA for d2f7147
.github/workflows/cypress.yml
@@ -1,6 +1,8 @@
1
name: Cypress Tests with Dependency and Artifact Caching
2
3
-on: push
+on:
4
+ push:
5
+ pull_request:
6
7
jobs:
8
install:
0 commit comments