diff --git a/.github/workflows/xahau-ga-macos.yml b/.github/workflows/xahau-ga-macos.yml index 5c802c7e9..846444709 100644 --- a/.github/workflows/xahau-ga-macos.yml +++ b/.github/workflows/xahau-ga-macos.yml @@ -4,7 +4,7 @@ on: push: branches: ["dev", "candidate", "release"] pull_request: - branches: ["dev", "candidate", "release"] + branches: ["dev", "candidate", "release", "jshooks"] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/xahau-ga-nix.yml b/.github/workflows/xahau-ga-nix.yml index 79a0f23ac..74f090e16 100644 --- a/.github/workflows/xahau-ga-nix.yml +++ b/.github/workflows/xahau-ga-nix.yml @@ -4,7 +4,7 @@ on: push: branches: ["dev", "candidate", "release"] pull_request: - branches: ["dev", "candidate", "release"] + branches: ["dev", "candidate", "release", "jshooks"] concurrency: group: ${{ github.workflow }}-${{ github.ref }}