tirbofish/dropbear · diff
Update create_executable.yaml
lol added iron man jarvis to the commit message
Signature present but could not be verified.
Unverified
@@ -3,12 +3,13 @@ name: Build Executables on: push: - tags: - - '*' + branches: + - '**' pull_request: {} jobs: build: + if: contains(github.event.head_commit.message, 'jarvis, run github actions') name: Build for ${{ matrix.os_name }} runs-on: ${{ matrix.os }} strategy: @@ -99,4 +100,4 @@ jobs: name: executables-${{ matrix.os_name }} path: | executables-${{ matrix.os_name }}.zip - executables-${{ matrix.os_name }}.tar.gz + executables-${{ matrix.os_name }}.tar.gz