We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da989f commit e6827e3Copy full SHA for e6827e3
.github/workflows/cypress-integration-wolf.yml
@@ -3,6 +3,11 @@ name: Cypress Tests - Wolf
3
# Controls when the action will run.
4
on:
5
# Allows you to run this workflow manually from the Actions tab
6
+ # workflow_dispatch:
7
+ # on:
8
+ # NOTE: Temporary, only run initially
9
+ push:
10
+ branches: ["cfm-release_tracker_with_alert"]
11
workflow_dispatch:
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
0 commit comments