Move stable only from main
This commit is contained in:
parent
2ae5037f46
commit
7dee34324d
2
.github/workflows/build-version.yaml
vendored
2
.github/workflows/build-version.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-${{matrix.target}}
|
name: build-${{matrix.target}}
|
||||||
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/clin
|
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/dudo
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
|
4
.github/workflows/container-stable.yaml
vendored
4
.github/workflows/container-stable.yaml
vendored
@ -3,8 +3,8 @@ name: "Stable container"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
containerization:
|
containerization:
|
||||||
|
Loading…
Reference in New Issue
Block a user