mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 18:55:49 +00:00
Add test brach
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build using Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev" ]
|
||||
branches: [ "dev", "test" ]
|
||||
pull_request:
|
||||
branches: [ "dev" ]
|
||||
|
||||
@@ -11,5 +11,11 @@ jobs:
|
||||
runs-on: [self-hosted, vanity]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
clean: false
|
||||
- name: Build using Docker
|
||||
run: /bin/bash release-builder.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
path: /io/release-build/xahaud
|
||||
Reference in New Issue
Block a user