Skip to content

Commit

Permalink
fix(CD): remove action from release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonelloDN authored and mostaphaRoudsari committed Jul 31, 2023
1 parent dec97fc commit 2a32340
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches: [ master ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/README.md'





jobs:
deploy:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
uses: cycjimmy/semantic-release-action@v3
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 2a32340

Please sign in to comment.