We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1101907 commit cbe7e5eCopy full SHA for cbe7e5e
.github/workflows/deploy.yml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
+ if: ${{ ! contains(github.event.head_commit.message, 'autopublish') }}
15
steps:
16
- name: Checkout this repository
17
uses: actions/checkout@v4
0 commit comments