mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
tmp fix docker release builder
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user