restrict CI to tag events

This commit is contained in:
2021-07-28 17:06:25 -07:00
parent b30b12962d
commit a7d531e4b7
2 changed files with 1 additions and 7 deletions
-6
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