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: on:
push: push:
branches: ["dev", "candidate", "release"] branches: [ "dev", "candidate", "release", "jshooks"]
pull_request: pull_request:
# Don't build on feature branches that are targeting dev branches: [ "dev", "candidate", "release", "jshooks"]
branches: ["candidate", "release"]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}