Skip to content

Commit

Permalink
Reduce the 'build-and-publish- pipleine scope to the master branch
Browse files Browse the repository at this point in the history
This closes #117, as the
pipeline is skipped since it does not match any event
  • Loading branch information
SamuAlfageme committed Mar 25, 2021
1 parent aa7f446 commit eff2d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ platform:
arch: amd64

trigger:
branch:
- master
event:
exclude:
- pull_request
Expand Down Expand Up @@ -59,4 +61,3 @@ steps:
image: cs3org/cs3apis:latest
commands:
- cs3apis-build -only-build # compile, build and publish all available languages

0 comments on commit eff2d45

Please sign in to comment.