Skip to content

Commit

Permalink
ci: Ensure paths-filter action works on push events (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Oct 12, 2024
1 parent b5bdcef commit d54bd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
artifact: npm-package
workflow: build-test.yml
required: false
required: true
- run: mv preact.tgz preact-main.tgz
- name: Upload locally build & base preact package
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
outputs:
jsChanged: ${{ steps.filter.outputs.jsChanged }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down

0 comments on commit d54bd31

Please sign in to comment.