Skip to content

Commit 7d305e1

Browse files
committed
ci: fix deploy
[skip ci]
1 parent c08d51d commit 7d305e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ on:
1414

1515
jobs:
1616
deploy:
17+
if: "!contains(github.event.head_commit.message, 'skip ci')"
1718
name: Deploy and Publish
1819
runs-on: ubuntu-latest
1920

2021
steps:
2122
- uses: actions/checkout@v2
23+
with:
24+
persist-credentials: false
2225
- name: Setup Node.js
2326
uses: actions/setup-node@v1
2427
with:

0 commit comments

Comments
 (0)