We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde0479 commit 7a691c9Copy full SHA for 7a691c9
1 file changed
.github/workflows/LinuxReleaseUbuntu2404.yml
@@ -8,16 +8,20 @@ name: LinuxReleaseUbuntu2404
8
# Runs manually, will prompt for release tag
9
10
on:
11
- push:
12
- branches: [ feature/pr-pyside6 ]
+ #push:
+ # branches: [ feature/pr-pyside6 ]
13
#pull_request:
14
# branches: [ master ]
15
workflow_dispatch:
16
inputs: #when run, ask user to input release tag
17
reltag:
18
description: "tag for release, eg v1.0.0_linux"
19
required: true
20
- default: "latest"
+ default: "latest"
21
+ #trigger when a relaease tag is pushed . disable this later
22
+ push:
23
+ tags:
24
+ - 'v*'
25
26
permissions:
27
contents: write
0 commit comments