tmp fix docker release builder

This commit is contained in:
Denis Angell
2025-03-28 12:01:56 +01:00
parent a8c80e99c0
commit 9532ea7dec

View File

@@ -2,10 +2,9 @@ name: Build using Docker - SH Runner
on:
push:
branches: ["dev", "candidate", "release"]
branches: [ "dev", "candidate", "release", "jshooks"]
pull_request:
# Don't build on feature branches that are targeting dev
branches: ["candidate", "release"]
branches: [ "dev", "candidate", "release", "jshooks"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}