ci: change push trigger
This commit is contained in:
@@ -144,8 +144,8 @@ local goVersion = "1.24";
|
|||||||
local mirror = "https://mirror.gcr.io";
|
local mirror = "https://mirror.gcr.io";
|
||||||
|
|
||||||
[
|
[
|
||||||
Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"trigger": {event: ["push"], branch: ["*"], }},
|
Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"trigger": {event: ["push"], }},
|
||||||
Build(mirror, goVersion, alpineVersion, "linux", "arm64") + {"trigger": {event: ["push"], branch: ["*"], }},
|
Build(mirror, goVersion, alpineVersion, "linux", "arm64") + {"trigger": {event: ["push"], }},
|
||||||
|
|
||||||
# Test PRs
|
# Test PRs
|
||||||
Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"name": "test-pr", "trigger": {event: ["pull_request"], }},
|
Build(mirror, goVersion, alpineVersion, "linux", "amd64") + {"name": "test-pr", "trigger": {event: ["pull_request"], }},
|
||||||
|
|||||||
@@ -66,8 +66,6 @@ steps:
|
|||||||
mirror: https://mirror.gcr.io
|
mirror: https://mirror.gcr.io
|
||||||
name: test-wasm-fail
|
name: test-wasm-fail
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
- '*'
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
type: docker
|
type: docker
|
||||||
@@ -139,8 +137,6 @@ steps:
|
|||||||
mirror: https://mirror.gcr.io
|
mirror: https://mirror.gcr.io
|
||||||
name: test-wasm-fail
|
name: test-wasm-fail
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
- '*'
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
type: docker
|
type: docker
|
||||||
@@ -505,6 +501,6 @@ trigger:
|
|||||||
type: docker
|
type: docker
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 5200d5eb519acb0f74a7b62b103399da23d6e994d63c20052b41b10a4654b37a
|
hmac: 6d700c50c4148f85a136094965ed5191007167bbbe1e6428dfb06d2441582efb
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user