diff --git a/.drone.jsonnet b/.drone.jsonnet index 79ef005..c9b08ed 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -144,8 +144,8 @@ local goVersion = "1.24"; local mirror = "https://mirror.gcr.io"; [ - Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"trigger": {event: ["push"], branch: ["*"], }}, - Build(mirror, goVersion, alpineVersion, "linux", "arm64") + {"trigger": {event: ["push"], branch: ["*"], }}, + Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"trigger": {event: ["push"], }}, + Build(mirror, goVersion, alpineVersion, "linux", "arm64") + {"trigger": {event: ["push"], }}, # Test PRs Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"name": "test-pr", "trigger": {event: ["pull_request"], }}, diff --git a/.drone.yml b/.drone.yml index d27e3ff..bcef3b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,8 +66,6 @@ steps: mirror: https://mirror.gcr.io name: test-wasm-fail trigger: - branch: - - '*' event: - push type: docker @@ -139,8 +137,6 @@ steps: mirror: https://mirror.gcr.io name: test-wasm-fail trigger: - branch: - - '*' event: - push type: docker @@ -505,6 +501,6 @@ trigger: type: docker --- kind: signature -hmac: 5200d5eb519acb0f74a7b62b103399da23d6e994d63c20052b41b10a4654b37a +hmac: 6d700c50c4148f85a136094965ed5191007167bbbe1e6428dfb06d2441582efb ...