]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
github: only build tags, master branch and pull requests
authorVincent Bernat <vincent@bernat.ch>
Sat, 30 Jul 2022 09:37:05 +0000 (11:37 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 30 Jul 2022 09:37:05 +0000 (11:37 +0200)
.github/workflows/ci.yml

index 86e704b38d661fb5dd937d205c65b6b17c74691a..92a895c600fc68fcda7b24518ed8d61c2fb16e5a 100644 (file)
@@ -1,6 +1,11 @@
+---
 name: CI
 on:
   push:
+    branches:
+      - master
+    tags:
+      - 1.*
   pull_request:
   schedule:
     - cron: 0 7 1 * *