Skip to content

Commit

Permalink
fix: add push on main branch to PRs (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jun 11, 2024
2 parents d6bcf02 + 7820a25 commit b6bbf9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkg-go-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
merge_group:
types: [checks_requested]
push:
branches:
- main
pull_request:
paths:
- "pkg/go/**"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pkg-java-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
merge_group:
types: [checks_requested]
push:
branches:
- main
pull_request:
paths:
- "pkg/java/**"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pkg-js-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
merge_group:
types: [checks_requested]
push:
branches:
- main
pull_request:
paths:
- "pkg/js/**"
Expand Down

0 comments on commit b6bbf9c

Please sign in to comment.