From 3161d66bb804969ef2af3ea08c6cbf4f9e8c6d14 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 30 Jul 2022 11:37:05 +0200 Subject: [PATCH] github: only build tags, master branch and pull requests --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 * * -- 2.39.5