We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82a34e commit 55a675cCopy full SHA for 55a675c
.github/workflows/integration.yml
@@ -36,7 +36,7 @@ env:
36
37
jobs:
38
changes:
39
- if: github.event_name == 'merge_group'
+ if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
40
uses: ./.github/workflows/changes.yml
41
with:
42
source: true
0 commit comments