Only trigger when pushing to master
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
091186c02c
commit
f9f4140b30
@ -3,6 +3,10 @@ kind: pipeline
|
||||
type: docker
|
||||
name: Deploy to bbaovanc.com
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: Update submodules
|
||||
image: alpine/git
|
||||
|
Reference in New Issue
Block a user