Skip to content

Commit

Permalink
chore: Trigger required workflows on merge_group event (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdhalees authored Aug 6, 2024
1 parent 415108b commit f3266e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
pull_request:
branches:
- main

merge_group:

jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@main
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 f3266e2

Please sign in to comment.