We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ca462 commit d90a7f9Copy full SHA for d90a7f9
.github/workflows/release.yml
@@ -9,6 +9,7 @@ jobs:
9
release:
10
name: Release
11
runs-on: ubuntu-latest
12
+ if: github.event.head_commit.message != 'Initial commit'
13
steps:
14
- uses: actions/checkout@v3
15
- uses: ./.github/actions/prepare
0 commit comments