]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Only run GitHub actions on the master branch
authorCharles McGarvey <ccm@cpan.org>
Sun, 1 May 2022 05:19:41 +0000 (23:19 -0600)
committerCharles McGarvey <ccm@cpan.org>
Sun, 1 May 2022 05:19:41 +0000 (23:19 -0600)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index 4346d721bc6b168c7629ae07b0495ffc11fe2f52..5f2544a222b01cb5f44ee7ea360f0ecc7f5e251c 100644 (file)
@@ -2,9 +2,7 @@ name: Linux
 
 on:
   push:
-    branches: ["*"]
-  pull_request:
-    branches: ["*"]
+    branches: ["master"]
 
 jobs:
   unit-tests:
index 09ab99e31ed4a7124e59ffd9abba5e5bfad91cd9..98de96a28d67d23045088288bdd42ba72c71dbeb 100644 (file)
@@ -2,9 +2,7 @@ name: macOS
 
 on:
   push:
-    branches: ["*"]
-  pull_request:
-    branches: ["*"]
+    branches: ["master"]
 
 jobs:
   unit-tests:
index cffbcdba9ce3b55451938e1b7878da7316ab44f7..027525b47904eecd69f75472a117748f34754d45 100644 (file)
@@ -2,9 +2,7 @@ name: Windows
 
 on:
   push:
-    branches: ["*"]
-  pull_request:
-    branches: ["*"]
+    branches: ["master"]
 
 jobs:
   unit-tests:
This page took 0.022966 seconds and 4 git commands to generate.