diff options
| -rw-r--r-- | .drone.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml index d56c435f1e..761378ef2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,9 +27,9 @@ steps: - /usr/bin/sudo -H -u test -- make test-spec # make test-all - /usr/bin/sudo -H -u test -- make test-all -# trigger: -# branch: -# - master +trigger: + branch: + - master --- kind: pipeline @@ -60,6 +60,6 @@ steps: - /usr/bin/sudo -H -u test -- make test-spec # make test-all - /usr/bin/sudo -H -u test -- make test-all -# trigger: -# branch: -# - master +trigger: + branch: + - master |
