Skip to content

Commit

Permalink
refactor(ARCO-312): Run workflow on push to PR into any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Jan 15, 2025
1 parent e38751c commit 0ecde3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main", "reorg-support"] # TODO: to be removed before merge to main
branches: ["**"]

jobs:
build:
Expand Down

0 comments on commit 0ecde3c

Please sign in to comment.