diff --git a/.drone.yml b/.drone.yml index 9f1e759..ef65a17 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,4 @@ -name: amd64 +name: test kind: pipeline type: docker @@ -38,6 +38,11 @@ steps: exclude: - renovate/* +trigger: + event: + - push + - pull_request + volumes: - name: cache temp: {} \ No newline at end of file