From c3578b7ce8e02ef6ca224767909431c6f2f9ebc0 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sun, 20 Jun 2021 23:43:49 +0100 Subject: [PATCH] remove branch condition --- .github/workflows/publish-agb.yml | 2 -- .github/workflows/publish-image-converter.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/publish-agb.yml b/.github/workflows/publish-agb.yml index e716267e..112a0c00 100644 --- a/.github/workflows/publish-agb.yml +++ b/.github/workflows/publish-agb.yml @@ -1,7 +1,5 @@ on: push: - branches: - - master tags: - v* diff --git a/.github/workflows/publish-image-converter.yml b/.github/workflows/publish-image-converter.yml index ca840c13..40c1c258 100644 --- a/.github/workflows/publish-image-converter.yml +++ b/.github/workflows/publish-image-converter.yml @@ -1,7 +1,5 @@ on: push: - branches: - - master tags: - agb-image-converter/v*