]> go.fuhry.dev Git - fsnotify.git/commitdiff
Trigger Actions on PR
authorMartin Tournoij <martin@arp242.net>
Thu, 20 Oct 2022 01:23:16 +0000 (03:23 +0200)
committerMartin Tournoij <martin@arp242.net>
Thu, 20 Oct 2022 01:23:16 +0000 (03:23 +0200)
.github/workflows/build.yml

index e1caf8513d16d4cea4907d9c9c2ae2048de54a35..74048fb5c4ff224963e020ea789c78c8a855ff09 100644 (file)
@@ -1,7 +1,9 @@
 name: 'build'
 on:
-  push:
+  pull_request:
     paths: ['**.go', 'go.mod', '.github/workflows/*']
+  push:
+    branches: ['main', 'aix']
 
 jobs:
   cross-compile: