Skip to content

Commit c9373ec

Browse files
committed
ci: fix release push again
1 parent 89a30bf commit c9373ec

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/1.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/deb_amd64.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deb-build
22

33
on:
44
push:
5-
branches: [ "*" ]
5+
tags: [ "v*" ]
66

77
jobs:
88
package:
@@ -94,7 +94,6 @@ jobs:
9494
chmod 0600 ~/.ssh/id_ed25519 ~/.ssh/known_hosts
9595
- name: Upload packages (repository)
9696
shell: bash
97-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
9897
run: |
9998
rsync \
10099
--ignore-existing \
@@ -123,7 +122,6 @@ jobs:
123122
release:
124123
runs-on: ubuntu-latest
125124
needs: package
126-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
127125
steps:
128126
- uses: actions/download-artifact@v4
129127
- name: Upload artifacts

0 commit comments

Comments
 (0)