We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893732a commit 6dceeaeCopy full SHA for 6dceeae
.github/workflows/builder-extras.yml
@@ -2,6 +2,8 @@ name: Builder extras installers
2
3
on:
4
workflow_dispatch:
5
+ release:
6
+ types: [created]
7
8
env:
9
SRC_PATH: ${{ github.workspace }}/src
.github/workflows/builder.yml
@@ -2,6 +2,8 @@ name: Builder main installer
.github/workflows/test.yml
@@ -1,6 +1,9 @@
1
name: Test Updater
+ on:
jobs:
test-updater:
0 commit comments