Skip to content

Commit

Permalink
chore: Further workflow tweaks to facilitate testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekante committed Apr 30, 2023
1 parent 9d89ae5 commit 0ab10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- alpha
- beta
- rc
- feature/local-dev-dx
# Which branches to test on pull request.
pull_request:
branches:
Expand All @@ -27,7 +28,6 @@ on:
- /^feature/
- /^bug/
- /^test/
workflow_dispatch:

# The jobs for the build workflow.
jobs:
Expand Down

0 comments on commit 0ab10d6

Please sign in to comment.