From 4784c8b1e9a9cf58cd360f855df835b5033de207 Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Sat, 20 Nov 2021 18:35:34 +0100 Subject: [PATCH] Update makefile.yaml --- .github/workflows/makefile.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yaml b/.github/workflows/makefile.yaml index 7b26e8e6..326a3aba 100644 --- a/.github/workflows/makefile.yaml +++ b/.github/workflows/makefile.yaml @@ -1,8 +1,16 @@ name: Makefile CI on: - - pull_request - - push + pull_request: + branches: + - develop + push: + branches: + - develop + - '**-v[0-9]+.[0-9]+' + - '**-test' + tags: + - 'v**' jobs: build: