Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 16, 2023
1 parent fb0b371 commit 9190194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
deploy:
if: "contains(github.event.head_commit.message, 'deploy')"
if: contains(github.event.head_commit.message, 'release') || contains(github.event.head_commit.message, 'deploy')

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish-npm:
if: "contains(github.event.head_commit.message, 'release')"
if: contains(github.event.head_commit.message, 'release')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9190194

Please sign in to comment.