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