Skip to content

Commit

Permalink
Adds merge_group event to CI / CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Mar 21, 2024
1 parent 5182a6e commit bab533d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
release:
types: [published, edited, prereleased]
merge_group:
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🧪 Integration Tests

on: [push, pull_request, workflow_dispatch]
on: [push, pull_request, merge_group, workflow_dispatch]

jobs:
tests:
Expand Down

0 comments on commit bab533d

Please sign in to comment.