Skip to content

Commit d958545

Browse files
committed
ci: cleanup
1 parent c766129 commit d958545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ permissions:
1919
jobs:
2020
ci-cd:
2121
runs-on: ubuntu-latest
22-
env:
23-
TRIGGER_DEPLOY: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/release') }}
2422
steps:
2523
- uses: actions/checkout@v4
24+
2625
- uses: wagoid/commitlint-github-action@v5
2726
if: github.event_name == 'pull_request'
27+
2828
- uses: actions/setup-node@v3
2929
with:
3030
cache: "npm"

0 commit comments

Comments
 (0)