restrict CI to tag events
This commit is contained in:
parent
b30b12962d
commit
a7d531e4b7
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
author = "Joseph Montanaro"
|
||||
description = "Passphrase generator and dictionary builder"
|
||||
license = "none"
|
||||
|
Loading…
x
Reference in New Issue
Block a user