Skip to content

Commit ecc5c62

Browse files
Testing
1 parent 952f1b3 commit ecc5c62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
tags:
77
- "v*"
8+
branches:
9+
- fix-apt-rpm-release
810

911
jobs:
1012
create-installer:
@@ -169,7 +171,7 @@ jobs:
169171

170172
update-package-repos:
171173
name: Update APT & RPM Repositories
172-
needs: release
174+
# needs: release
173175
runs-on: ubuntu-latest
174176
permissions:
175177
contents: write

0 commit comments

Comments
 (0)