From: Vincent Bernat Date: Sat, 30 Jul 2022 09:37:05 +0000 (+0200) Subject: github: only build tags, master branch and pull requests X-Git-Tag: 1.0.15~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3161d66bb804969ef2af3ea08c6cbf4f9e8c6d14;p=thirdparty%2Flldpd.git github: only build tags, master branch and pull requests --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86e704b3..92a895c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ +--- name: CI on: push: + branches: + - master + tags: + - 1.* pull_request: schedule: - cron: 0 7 1 * *