Only execute main pipeline for master branch

This commit is contained in:
Jan Bader 2022-04-23 11:29:29 +00:00 committed by Gitea
parent 91ac05b575
commit f47ede2060

View File

@ -23,9 +23,10 @@ steps:
commands:
- task ci
when:
branch:
- master
event:
exclude:
- pull_request
- push
- name: docker
image: plugins/docker