Move stable only from main

This commit is contained in:
Nikolai Rodionov 2023-02-12 09:30:06 +01:00
parent 2ae5037f46
commit 7dee34324d
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-${{matrix.target}}
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/clin
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/dudo
release:
needs: build

View File

@ -3,8 +3,8 @@ name: "Stable container"
on:
push:
# branches:
# - main
branches:
- main
jobs:
containerization: