From e1f84b277a5b728d1ecbeacfcbfba87f53b5265b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 16 Mar 2023 11:57:04 +0100 Subject: [PATCH] updates --- .github/workflows/staging-release-dockerhub.yml | 8 +------- .github/workflows/staging-release.yml | 6 ------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/staging-release-dockerhub.yml b/.github/workflows/staging-release-dockerhub.yml index 71847aeba..008c00151 100644 --- a/.github/workflows/staging-release-dockerhub.yml +++ b/.github/workflows/staging-release-dockerhub.yml @@ -2,14 +2,8 @@ name: staging-release on: push: - paths: - - "**" - - "!others/fluentbit" - - "!others/pocketbase" - - "!.github/workflows/fluent-bit-release.yml" - - "!.github/workflows/pocketbase-release.yml" branches: - - "not-existing-branch" + - "next" jobs: arm64: diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index 5f0e38a5e..2d18c2c98 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -2,12 +2,6 @@ name: staging-release on: push: - paths: - - "**" - - "!others/fluentbit" - - "!others/pocketbase" - - "!.github/workflows/fluent-bit-release.yml" - - "!.github/workflows/pocketbase-release.yml" branches-ignore: - "main" env: