Only trigger when pushing to master
continuous-integration/drone/pr Build is failing Details

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
1 changed files with 4 additions and 0 deletions

View File

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