Skip to content

Commit

Permalink
add ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
QarthO committed Aug 9, 2024
1 parent b14137c commit 3029925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Publish to npm
if: '!startsWith(github.event.head_commit.message, "[ci-skip]")'
if: ${{ !startsWith(github.event.inputs.from_branch, '[ci-skip]/') }}
runs-on: ubuntu-latest
steps:
- name: Fetch project
Expand Down

0 comments on commit 3029925

Please sign in to comment.