forked from external/yambar
ci: set 'event' filters on all 'when'-statements
This commit is contained in:
parent
13f46a314a
commit
be01eeb1de
1 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
||||||
steps:
|
steps:
|
||||||
- name: codespell
|
- name: codespell
|
||||||
when:
|
when:
|
||||||
branch:
|
- event: [manual, pull_request]
|
||||||
- master
|
- event: [push, tag]
|
||||||
- releases/*
|
branch: [master, releases/*]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
|
@ -16,9 +16,9 @@ steps:
|
||||||
|
|
||||||
- name: subprojects
|
- name: subprojects
|
||||||
when:
|
when:
|
||||||
branch:
|
- event: [manual, pull_request]
|
||||||
- master
|
- event: [push, tag]
|
||||||
- releases/*
|
branch: [master, releases/*]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
|
@ -29,9 +29,9 @@ steps:
|
||||||
|
|
||||||
- name: x64
|
- name: x64
|
||||||
when:
|
when:
|
||||||
branch:
|
- event: [manual, pull_request]
|
||||||
- master
|
- event: [push, tag]
|
||||||
- releases/*
|
branch: [master, releases/*]
|
||||||
depends_on: [subprojects]
|
depends_on: [subprojects]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
@ -88,9 +88,9 @@ steps:
|
||||||
|
|
||||||
- name: x86
|
- name: x86
|
||||||
when:
|
when:
|
||||||
branch:
|
- event: [manual, pull_request]
|
||||||
- master
|
- event: [push, tag]
|
||||||
- releases/*
|
branch: [master, releases/*]
|
||||||
depends_on: [subprojects]
|
depends_on: [subprojects]
|
||||||
image: i386/alpine:latest
|
image: i386/alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Reference in a new issue