kitgit

tirbofish/dropbear · commit

8a4c6ffdfb78c32f12448f611da6638fc6e8b84b

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

Unverified

tk <4tkbytes@pm.me> · 2025-08-03 07:32

view full diff

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