Skip to content

Commit d61e616

Browse files
fix: CI release after last changes (#3685)
* fix(CI): fix CI release after last changes Signed-off-by: Evgeniy Dikevich <[email protected]>
1 parent 95b084f commit d61e616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ permissions:
1818

1919
jobs:
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:
@@ -67,7 +67,7 @@ jobs:
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:

0 commit comments

Comments
 (0)