kitgit

tirbofish/dropbear · diff

8a4c6ff · tk

Update create_executable.yaml lol added iron man jarvis to the commit message

Unverified

diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index 8187679..eb0f039 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -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
\ No newline at end of file
+            executables-${{ matrix.os_name }}.tar.gz