Skip to content

Commit 3b462ef

Browse files
committed
chore: run e2e tests
1 parent af899d7 commit 3b462ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-integ-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
on:
99
push:
1010
branches:
11-
- replace-with-your-branch
11+
- feat/next-15/main
1212

1313
jobs:
1414
e2e:

.github/workflows/push-preid-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
12-
- feat/next-15/main
12+
- feat/example-preid-branch/main
1313

1414
jobs:
1515
e2e:

0 commit comments

Comments
 (0)