mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-10 13:45:49 +00:00
Add test brach
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build using Docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "dev" ]
|
branches: [ "dev", "test" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "dev" ]
|
branches: [ "dev" ]
|
||||||
|
|
||||||
@@ -11,5 +11,11 @@ jobs:
|
|||||||
runs-on: [self-hosted, vanity]
|
runs-on: [self-hosted, vanity]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
clean: false
|
||||||
- name: Build using Docker
|
- name: Build using Docker
|
||||||
run: /bin/bash release-builder.sh
|
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