Skip to content

Commit

Permalink
trigger tests on next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 7, 2024
1 parent 1da6221 commit 2acfd97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: golangci-lint
on:
push:
branches:
- main
- next
pull_request:
branches:
- next

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# When in doubt, do not approve the test run.
# Reference: https://dev.to/petrsvihlik/using-environment-protection-rules-to-secure-secrets-when-building-external-forks-with-pullrequesttarget-hci
pull_request_target:
branches: [ main ]
branches: [ next ]
merge_group:
jobs:
approve:
Expand Down

0 comments on commit 2acfd97

Please sign in to comment.