Skip to content

Commit d90a7f9

Browse files
authored
ci: disable opening an issue on the initial commit (#54)
1 parent 23ca462 commit d90a7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
release:
1010
name: Release
1111
runs-on: ubuntu-latest
12+
if: github.event.head_commit.message != 'Initial commit'
1213
steps:
1314
- uses: actions/checkout@v3
1415
- uses: ./.github/actions/prepare

0 commit comments

Comments
 (0)