File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ permissions:
1818
1919jobs :
2020 paths-filter :
21- if : ${{ github.event.pull_request }}
2221 runs-on : ubuntu-latest
2322 outputs :
2423 catalyst-gateway : ${{ steps.filter.outputs.catalyst-gateway }}
2524 catalyst-voices : ${{ steps.filter.outputs.catalyst-voices }}
2625 docs : ${{ steps.filter.outputs.docs }}
2726 not-only-docs : ${{ steps.filter.outputs.not-only-docs }}
2827 steps :
28+ - uses : actions/checkout@v4
2929 - uses : dorny/paths-filter@v3
3030 id : filter
3131 with :
6767 forge_version : 0.21.0
6868
6969 ci :
70- if : ${{ !github.event.pull_request.draft && needs.paths-filter.outputs.not-only-docs == 'true' }}
70+ if : ${{ ( !github.event.pull_request.draft && needs.paths-filter.outputs.not-only-docs == 'true') || startsWith(github.ref, 'refs/tags/') }}
7171 needs : [reject, paths-filter]
7272 uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.10.0
7373 with :
You can’t perform that action at this time.
0 commit comments