CI: fixed rules for when to trigger
authorAndrew Tridgell <andrew@tridgell.net>
Mon, 8 Apr 2024 05:35:42 +0000 (15:35 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Mon, 8 Apr 2024 05:50:47 +0000 (15:50 +1000)
.github/workflows/build.yml
.github/workflows/freebsd-build.yml

index 3439e181e3f70d07a1bac853b8feef61a029d2b5..9273e11a96718887a75df762bb51673e42475fb2 100644 (file)
@@ -3,10 +3,8 @@ name: build
 on:
   push:
     branches: [ master ]
-    paths-ignore: [ .cirrus.yml ]
   pull_request:
     branches: [ master ]
-    paths-ignore: [ .cirrus.yml ]
   schedule:
     - cron: '42 8 * * *'
 
index 8ec2e0f152716fb269017115a05eb6564f00446a..747bc35b27eb7e745927a42d22da0fa2b34d9125 100644 (file)
@@ -1,6 +1,10 @@
 name: Test rsync on FreeBSD
 
-on: [push]
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
 
 jobs:
   test: