mirror of
https://github.com/heyman/heynote.git
synced 2025-02-25 06:32:21 +01:00
Only run github release action if latest commit message contains "#_build" (without the "_")
This commit is contained in:
parent
ac9cb9ac92
commit
60af13cd11
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -5,6 +5,7 @@ on: push
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: ${{ contains(github.event.head_commit.message, '#build') }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user