Skip to content

Commit

Permalink
chore: run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Dec 5, 2024
1 parent cf415b2 commit fd1c642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
push:
branches:
- replace-with-your-branch
- feat/next-15/main

jobs:
e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
# 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

jobs:
e2e:
Expand Down

0 comments on commit fd1c642

Please sign in to comment.