Skip to content

Commit

Permalink
chore: run dry-run and build workflows on merge_group action (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdhalees authored Aug 5, 2024
1 parent 5fef26c commit 0a7a25d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
merge_group:

permissions:
actions: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
dry-run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- edited
- synchronize
merge_group:

jobs:
dry-run:
Expand Down

0 comments on commit 0a7a25d

Please sign in to comment.