Skip to content

Commit 968cc6f

Browse files
committed
chore: move workflow to .github/workflows and add next-upgrade branch trigger
- Move .github_workflows_test.yml to proper .github/workflows/test.yml location - Add next-upgrade branch to workflow triggers for push and PR - This ensures GitHub Actions picks up the Cypress test suite
1 parent f357a2a commit 968cc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Cypress Tests
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, next-upgrade ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, next-upgrade ]
1111

1212
jobs:
1313
cypress-run:

0 commit comments

Comments
 (0)