Skip to content

Commit

Permalink
Run build on merge queues as well
Browse files Browse the repository at this point in the history
We have enabled merge queues.
Ensure builds are triggered for those
  • Loading branch information
tjamet committed Mar 13, 2024
1 parent 2741b9a commit 8abf743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Go
on:
workflow_call:
push:
branches: [ main ]
branches:
- "main"
- "gh-readonly-queue/**/*"
pull_request:
branches: "*"

Expand Down

0 comments on commit 8abf743

Please sign in to comment.