From b17ad66061b5f0d4cfc7f55b55a0902b66d90d24 Mon Sep 17 00:00:00 2001 From: mattebit Date: Wed, 13 Sep 2023 17:07:36 +0200 Subject: [PATCH] attempt to fix github action --- .github/workflows/publish_i-mig-t.yml | 2 -- .github/workflows/publish_testplan-to-mr.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/publish_i-mig-t.yml b/.github/workflows/publish_i-mig-t.yml index 292431f..c985758 100644 --- a/.github/workflows/publish_i-mig-t.yml +++ b/.github/workflows/publish_i-mig-t.yml @@ -7,8 +7,6 @@ name: publish_i-mig-t on: push: - branches: [ "master" ] - # Publish semver tags as releases. tags: - '*' # Only if the commit has a tag workflow_dispatch: diff --git a/.github/workflows/publish_testplan-to-mr.yml b/.github/workflows/publish_testplan-to-mr.yml index 708ed1f..097fa11 100644 --- a/.github/workflows/publish_testplan-to-mr.yml +++ b/.github/workflows/publish_testplan-to-mr.yml @@ -7,8 +7,6 @@ name: publish_testplan-to-mr on: push: - branches: [ "master" ] - # Publish semver tags as releases. tags: - '*' # Only if the commit has a tag workflow_dispatch: