mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
Update build-in-docker.yml
make auto build run on release branch
This commit is contained in:
committed by
Richard Holland
parent
c19af115c8
commit
466c7dba9f
4
.github/workflows/build-in-docker.yml
vendored
4
.github/workflows/build-in-docker.yml
vendored
@@ -2,9 +2,9 @@ name: Build using Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev", "test" ]
|
||||
branches: [ "dev", "test", "release" ]
|
||||
pull_request:
|
||||
branches: [ "dev" ]
|
||||
branches: [ "dev", "release" ]
|
||||
|
||||
jobs:
|
||||
builder:
|
||||
|
||||
Reference in New Issue
Block a user