Only run CI for tagged releases
This commit is contained in:
parent
a4898d7591
commit
8c2a8cf5f8
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ build:
|
|||
- release-builds/*.AppImage
|
||||
- release-builds/choco/openflexure-ev.nuspec
|
||||
- release-builds/choco/tools/chocolateyInstall.ps1
|
||||
only:
|
||||
- tags
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
|
@ -30,3 +32,5 @@ deploy:
|
|||
artifacts:
|
||||
paths:
|
||||
- release-builds/choco/*.nupkg
|
||||
only:
|
||||
- tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue