Only trigger when pushing to master

This commit is contained in:
BBaoVanC 2021-04-14 00:49:47 -05:00
parent 091186c02c
commit f9f4140b30
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

@ -3,6 +3,10 @@ kind: pipeline
type: docker type: docker
name: Deploy to bbaovanc.com name: Deploy to bbaovanc.com
trigger:
branch:
- master
steps: steps:
- name: Update submodules - name: Update submodules
image: alpine/git image: alpine/git