drone: Build und push nur noch auf Commit + Master
This commit is contained in:
parent
b62a72b54d
commit
14d8adb014
1 changed files with 6 additions and 4 deletions
10
.drone.yml
10
.drone.yml
|
@ -41,7 +41,9 @@ steps:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- push
|
- push
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
Loading…
Reference in a new issue