From 4c52b7071ca6dcaab5103b4033708fd7bc47a6b7 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sat, 5 Feb 2022 21:35:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=F0=9F=9A=87=20Fixed=20release=20pi?= =?UTF-8?q?peline=20not=20running=20on=20push=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration-tests.yml | 2 ++ .github/workflows/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 245a7e08..dbbad85d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -2,6 +2,8 @@ name: "Run Examples" on: push: + branches-ignore: + - "dependabot/**" pull_request: workflow_dispatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7215e805..ee8ca252 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: "Tests" on: push: + tags: + - v** branches-ignore: - "dependabot/**" pull_request: