We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b65ff7 commit a5a2900Copy full SHA for a5a2900
.github/workflows/deploy.yml
@@ -6,6 +6,7 @@ on:
6
name: Build and Publish Library
7
jobs:
8
build:
9
+ if: "!contains(github.event.head_commit.message, 'no-ci')"
10
name: Deploy Library
11
runs-on: ubuntu-latest
12
steps:
0 commit comments