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
trigger:
branch:
- master
event:
- push
- tag
steps:
@ -25,8 +21,6 @@ steps:
- name: release
image: plugins/gitea-release
when:
event: tag
depends_on:
- build-windows
- build-linux

View File

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