diff --git a/.github/workflows/xahau-sh-build-in-docker.yml b/.github/workflows/xahau-sh-build-in-docker.yml index c779f5100..b7a31f200 100644 --- a/.github/workflows/xahau-sh-build-in-docker.yml +++ b/.github/workflows/xahau-sh-build-in-docker.yml @@ -2,9 +2,9 @@ name: Release - SH Runner on: push: - branches: [ "dev", "candidate", "release", "jshooks"] + branches: [ "dev", "candidate", "release"] pull_request: - branches: [ "dev", "candidate", "release", "jshooks"] + branches: [ "dev", "candidate", "release"] concurrency: group: ${{ github.workflow }}-${{ github.ref }}