Skip to content

Commit 135f06a

Browse files
authored
Update blank.yml
1 parent 743fdbf commit 135f06a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
retention-days: 0
7878
deploy:
7979
runs-on: ubuntu-latest
80-
if: "${{github.ref == 'v*'}}"
80+
if: startsWith(github.ref, 'refs/tags')
8181
needs: delivery
8282

8383
steps:
8484
- name: teste
85-
run: echo "${{github.ref != 'v*'}}"
85+
run: echo "${{github.ref}}"
8686
- uses: actions/checkout@v4
8787

8888
- name: Create a debian package

0 commit comments

Comments
 (0)