Browse Source

Change Linux workflow to run only on tags (matching Windows/macOS)

Co-authored-by: djeada <[email protected]>
copilot-swe-agent[bot] 3 days ago
parent
commit
2bc5b78f7a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/linux.yml

+ 4 - 1
.github/workflows/linux.yml

@@ -1,5 +1,8 @@
 name: Linux Build
-on: [push, pull_request]
+on:
+  push:
+    tags:
+      - 'v*'   # run only on tags like v1.2.3
 
 permissions:
   contents: read