restrict CI to tag events

This commit is contained in:
Joseph Montanaro 2021-07-28 17:06:25 -07:00
parent b30b12962d
commit a7d531e4b7
2 changed files with 1 additions and 7 deletions

View File

@ -3,10 +3,6 @@ type: docker
name: main name: main
trigger: trigger:
branch:
- master
event:
- push
- tag - tag
steps: steps:
@ -25,8 +21,6 @@ steps:
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
when:
event: tag
depends_on: depends_on:
- build-windows - build-windows
- build-linux - build-linux

View File

@ -1,6 +1,6 @@
# Package # Package
version = "0.2.0" version = "0.3.0"
author = "Joseph Montanaro" author = "Joseph Montanaro"
description = "Passphrase generator and dictionary builder" description = "Passphrase generator and dictionary builder"
license = "none" license = "none"