forked from vieter-v/vieter
ci: made build upload failable; updated ci for use with PRs
This commit is contained in:
parent
b6d5bd3228
commit
8c5652c230
10 changed files with 41 additions and 64 deletions
|
|
@ -1,10 +1,10 @@
|
|||
matrix:
|
||||
PLATFORM:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
|
||||
branches:
|
||||
exclude: [main, dev]
|
||||
exclude: [ main ]
|
||||
platform: ${PLATFORM}
|
||||
|
||||
pipeline:
|
||||
|
|
@ -14,4 +14,4 @@ pipeline:
|
|||
commands:
|
||||
- make test
|
||||
when:
|
||||
event: push
|
||||
event: [push, pull_request]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue