Skip to content

Commit

Permalink
Trigger PR builds for merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed Feb 20, 2024
1 parent 7a16bba commit cc86a1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: PR-Test

on:
merge_group:
paths-ignore:
- 'doc/**'
- 'documentation/**'
- '*.md'
- '*.yml'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: docs-test

on:
merge_group:
paths:
- 'documentation/**'
pull_request:
paths:
- 'documentation/**'
Expand Down

0 comments on commit cc86a1d

Please sign in to comment.