We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dab5f commit 26a49d3Copy full SHA for 26a49d3
.github/workflows/quicktest.yml
@@ -2,9 +2,9 @@ name: Quick Test
2
3
on:
4
push:
5
- branches: [ "main", "dev" ]
+ branches: [ "dev" ]
6
pull_request:
7
8
9
env:
10
SSUI_CI_SKIP_INSTALL: 1
.github/workflows/release.yml
@@ -3,7 +3,8 @@ name: Release
- tags:
+ branches: [ "main" ]
+ tags:
- "*.*.*"
@@ -65,6 +66,6 @@ jobs:
65
66
67
- name: Upload release assets
68
uses: softprops/action-gh-release@v2
69
+ if: github.ref_type == 'tag'
70
with:
- files: ${{ matrix.artifacts }}
- draft: true
71
+ files: ${{ matrix.artifacts }}
0 commit comments