Skip to content

Commit ffd038d

Browse files
committed
Fix release.yml
modified previous commit: run release only on master Signed-off-by: ArchieMeng <archiemeng@protonmail.com>
1 parent e1753e7 commit ffd038d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Release
22
on:
33
push:
4+
branches:
5+
- 'master'
46
tags:
5-
- "*"
7+
- '*'
68

79
jobs:
810
setup:
9-
if: github.event.base_ref == "refs/heads/master"
1011
runs-on: ubuntu-latest
1112
outputs:
1213
APPNAME: ${{ steps.get_appname.outputs.APPNAME }}

0 commit comments

Comments
 (0)