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: