Skip to content

Commit

Permalink
Additionally run pipelines on next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stealthii committed Apr 15, 2024
1 parent e3bfbc4 commit 8c647e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bats-multi-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: BATS Tests
on:
pull_request:
push:
branches: [master]
branches: [master, next]

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [master]
branches: [master, next]

jobs:
pre-commit:
Expand Down

0 comments on commit 8c647e1

Please sign in to comment.