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 dfe4c8d commit 9d633a2Copy full SHA for 9d633a2
.github/scripts/download-bundled/make-workflow-file.php
@@ -108,6 +108,7 @@ public function makeWorkflowFile(): void
108
uses: actions/checkout@v5
109
110
- name: Detect changed files
111
+ if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
112
uses: dorny/paths-filter@v3
113
id: changes
114
with:
.github/workflows/verify-bundled-files.yml
@@ -25,6 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments