We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af899d7 commit 3b462efCopy full SHA for 3b462ef
.github/workflows/push-integ-test.yml
@@ -8,7 +8,7 @@ concurrency:
8
on:
9
push:
10
branches:
11
- - replace-with-your-branch
+ - feat/next-15/main
12
13
jobs:
14
e2e:
.github/workflows/push-preid-release.yml
@@ -9,7 +9,7 @@ on:
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
- - feat/next-15/main
+ - feat/example-preid-branch/main
15
0 commit comments