Skip to content

Commit

Permalink
Merge pull request #228 from rsadsb/add-merge-group-support
Browse files Browse the repository at this point in the history
ci: Add merge_group support
  • Loading branch information
wcampbell0x2a authored Oct 31, 2023
2 parents 38d8354 + 2ea481e commit a56cd97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
tags: [ 'v*' ]
pull_request:
branches: [ master ]
merge_group:

name: binaries

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- master
merge_group:

name: doc

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- master
merge_group:
schedule: [cron: "40 1 * * *"]

name: ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/no_std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- master
merge_group:

name: ensure_no_std

Expand Down

0 comments on commit a56cd97

Please sign in to comment.