Skip to content

Commit

Permalink
feat workflows: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Mar 10, 2024
1 parent bbe23e4 commit 93a0874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '`deploy`')
if: contains(github.event.head_commit.message, '[no-deploy]') == false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 93a0874

Please sign in to comment.