ci-restrict #4

Merged
joe merged 2 commits from ci-restrict into main 2022-10-18 02:12:42 +00:00
1 changed files with 10 additions and 2 deletions
Showing only changes of commit 2fa149662e - Show all commits

View File

@ -1,7 +1,11 @@
kind: pipeline
name: default
trigger:
event:
include:
- promote
- pull_request
steps:
- name: test
image: rust:latest
@ -36,7 +40,6 @@ steps:
- staging
- production
---
kind: pipeline
name: windows-build
@ -44,6 +47,11 @@ type: exec
platform:
os: windows
arch: amd64
trigger:
event:
include:
- promote
- pull_request
steps:
- name: test
commands: