Only run github release action if latest commit message contains "#_build" (without the "_")

This commit is contained in:
Jonatan Heyman 2023-01-13 13:55:10 +01:00
parent ac9cb9ac92
commit 60af13cd11

View File

@ -5,6 +5,7 @@ on: push
jobs:
release:
runs-on: ${{ matrix.os }}
if: ${{ contains(github.event.head_commit.message, '#build') }}
strategy:
matrix: