Skip to content

Commit e6827e3

Browse files
committed
feat: temporarily trigger workflow to test
1 parent 1da989f commit e6827e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cypress-integration-wolf.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Cypress Tests - Wolf
33
# Controls when the action will run.
44
on:
55
# 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"]
611
workflow_dispatch:
712

813
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

0 commit comments

Comments
 (0)