Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31a6846

Browse files
committed
master
Signed-off-by: crueter <[email protected]>
1 parent 1716079 commit 31a6846

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/appimage-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: dist
4242

4343
release:
44-
if: ${{ github.ref_name == 'main' }}
44+
if: ${{ github.ref_name == 'master' }}
4545
needs: [build]
4646
permissions: write-all
4747
runs-on: ubuntu-latest

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

3939
release:
40-
if: ${{ github.ref_name == 'main' }}
40+
if: ${{ github.ref_name == 'master' }}
4141
needs: [build]
4242
permissions: write-all
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)