mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Just build trying and staging branches
This commit is contained in:
parent
a08b2f236b
commit
16f72e30f4
@ -310,25 +310,30 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- lint
|
- lint
|
||||||
- test:
|
- test:
|
||||||
filters:
|
|
||||||
branches:
|
branches:
|
||||||
ignore: master
|
only:
|
||||||
|
- trying
|
||||||
|
- staging
|
||||||
- test-macos:
|
- test-macos:
|
||||||
filters:
|
|
||||||
branches:
|
branches:
|
||||||
ignore: master
|
only:
|
||||||
|
- trying
|
||||||
|
- staging
|
||||||
- test-and-build:
|
- test-and-build:
|
||||||
filters:
|
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only:
|
||||||
|
- trying
|
||||||
|
- staging
|
||||||
- test-and-build-macos:
|
- test-and-build-macos:
|
||||||
filters:
|
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only:
|
||||||
|
- trying
|
||||||
|
- staging
|
||||||
- test-rust-nightly:
|
- test-rust-nightly:
|
||||||
filters:
|
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only:
|
||||||
|
- trying
|
||||||
|
- staging
|
||||||
- publish-github-release:
|
- publish-github-release:
|
||||||
requires:
|
requires:
|
||||||
- lint
|
- lint
|
||||||
|
Loading…
Reference in New Issue
Block a user