]> eyrie.org Git - kerberos/pam-krb5.git/commitdiff
Ignore some branches for GitHub Actions
authorRuss Allbery <rra@debian.org>
Mon, 18 May 2020 01:07:12 +0000 (18:07 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 18 May 2020 01:07:12 +0000 (18:07 -0700)
Don't attempt to build the branches used for Debian packaging.

.github/workflows/build.yaml

index fc975f7e1699e38234db5961d4beff76e0ed1a4c..b113d575690b5389455bd9ffbabd8851e332bda1 100644 (file)
@@ -2,8 +2,11 @@ name: build
 
 on:
   push:
-    branches:
-      - "*"
+    branches-ignore:
+      - "debian/**"
+      - "pristine-tar"
+      - "ubuntu/**"
+      - "upstream/**"
     tags:
       - "release/*"
   pull_request: