mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Only check the master branch
This commit is contained in:
parent
37bb15baf6
commit
45d25ebdf0
@ -23,6 +23,10 @@ test_script:
|
||||
- cargo test
|
||||
- cargo build --release -p wasm-bindgen-cli
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
before_deploy:
|
||||
- ps: |
|
||||
$NAME = "wasm-bindgen-${env:APPVEYOR_REPO_TAG_NAME}-${env:TARGET}"
|
||||
|
@ -121,6 +121,9 @@ matrix:
|
||||
on:
|
||||
branch: master
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
x
Reference in New Issue
Block a user