Skip to content

Commit 7a691c9

Browse files
authored
Update LinuxReleaseUbuntu2404.yml
retrying running this action on a tag push rather than commit to satisfy upload action
1 parent fde0479 commit 7a691c9

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/LinuxReleaseUbuntu2404.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ name: LinuxReleaseUbuntu2404
88
# Runs manually, will prompt for release tag
99

1010
on:
11-
push:
12-
branches: [ feature/pr-pyside6 ]
11+
#push:
12+
# branches: [ feature/pr-pyside6 ]
1313
#pull_request:
1414
# branches: [ master ]
1515
workflow_dispatch:
1616
inputs: #when run, ask user to input release tag
1717
reltag:
1818
description: "tag for release, eg v1.0.0_linux"
1919
required: true
20-
default: "latest"
20+
default: "latest"
21+
#trigger when a relaease tag is pushed . disable this later
22+
push:
23+
tags:
24+
- 'v*'
2125

2226
permissions:
2327
contents: write

0 commit comments

Comments
 (0)