Skip to content

Commit

Permalink
chore: enabling actions for merge groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jul 30, 2024
1 parent 13af7cb commit 278fc1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main, "rust-v*"]
pull_request:
branches: [main, "rust-v*"]
merge_group:

jobs:
format:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: dev_pr

# Trigger whenever a PR is changed (title as well as new / changed commits)
on:
merge_group:
pull_request_target:
types:
- opened
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build (and maybe release) the documentation

on:
merge_group:
pull_request:
paths:
- python/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: python_build

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down

0 comments on commit 278fc1d

Please sign in to comment.