Skip to content

Commit

Permalink
update target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Dec 13, 2024
1 parent ef06c05 commit cfbffe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- cron: 0 1 * * *
# workflow will trigger on pull request
pull_request:
branches: [e2e-pw]
branches: [pw]
# workflow will trigger on push to develop branch
push:
branches: [develop, e2e-pw]
branches: [develop, pw]

# workflow can be manually triggered
workflow_dispatch:
Expand Down

0 comments on commit cfbffe5

Please sign in to comment.