Skip to content

Commit 84e8bd0

Browse files
committed
ci: update semantic-release config
1 parent eb04eb5 commit 84e8bd0

File tree

4 files changed

+21503
-23468
lines changed

4 files changed

+21503
-23468
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CI/CD
22

33
on:
44
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
5-
pull_request: # Runs whenever a pull request is created or updated
65
push: # Runs whenever a commit is pushed to the repository
7-
branches: [master, develop, hotfix/*, release]
86

97
concurrency:
108
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
@@ -24,7 +22,7 @@ jobs:
2422

2523
- uses: wagoid/commitlint-github-action@v5
2624
if: github.event_name == 'pull_request'
27-
25+
2826
- uses: actions/setup-node@v3
2927
with:
3028
cache: "npm"
@@ -50,4 +48,4 @@ jobs:
5048
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5250
run: |
53-
npx --no -- semantic-release
51+
npx --no -- semantic-release

0 commit comments

Comments
 (0)