From 673d2492a2359e5526242dc64c585545bc9dcbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20ZGRZENDEK?= Date: Sun, 1 Dec 2024 15:44:22 +0100 Subject: [PATCH] Fixed bad releases condition for workflows --- .github/workflows/ci-redcap-httpd-shibd.yaml | 9 +++++---- .github/workflows/ci-redcap-php-fpm.yaml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-redcap-httpd-shibd.yaml b/.github/workflows/ci-redcap-httpd-shibd.yaml index 2ef2b9c..ce228e0 100644 --- a/.github/workflows/ci-redcap-httpd-shibd.yaml +++ b/.github/workflows/ci-redcap-httpd-shibd.yaml @@ -1,11 +1,12 @@ name: build + on: push: branches: - - main - - dev - pull_request: - + - "dev" + tags: + - "v*.*.*" + jobs: lint-redcap-httpd-shibd: name: lint-redcap-httpd-shibd diff --git a/.github/workflows/ci-redcap-php-fpm.yaml b/.github/workflows/ci-redcap-php-fpm.yaml index 970a555..cea8df7 100644 --- a/.github/workflows/ci-redcap-php-fpm.yaml +++ b/.github/workflows/ci-redcap-php-fpm.yaml @@ -1,11 +1,12 @@ name: build + on: push: branches: - - main - - dev - pull_request: - + - "dev" + tags: + - "v*.*.*" + jobs: lint-redcap-php-fpm: name: lint-redcap-php-fpm