Skip to content

Commit 55a675c

Browse files
Temporarily add github.event_name == 'pull_request' to integration.yml
1 parent e82a34e commit 55a675c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636

3737
jobs:
3838
changes:
39-
if: github.event_name == 'merge_group'
39+
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
4040
uses: ./.github/workflows/changes.yml
4141
with:
4242
source: true

0 commit comments

Comments
 (0)