Skip to content

Commit 9d7847b

Browse files
committed
Only runs on tag
1 parent 9627814 commit 9d7847b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
name: Run tests and deploy to registry
2+
name: Deploy to registry
33

44
on:
55
push:
6-
branches:
7-
- "*"
86
tags:
97
- "v*.*.*"
108

@@ -17,7 +15,6 @@ jobs:
1715
uses: ./.github/workflows/unittests.yml
1816

1917
deploy:
20-
if: github.ref_type == 'tag'
2118
needs: [unittests]
2219
runs-on: ubuntu-latest
2320

0 commit comments

Comments
 (0)