Adding ci-sandbox branch for GitHub CI test-use

This commit is contained in:
Jerin Philip 2021-02-26 00:11:58 +00:00
parent 570865e799
commit 2c57f4b498
5 changed files with 10 additions and 10 deletions

View File

@ -2,9 +2,9 @@ name: MacOS Native (Custom)
on:
push:
branches: [ main ]
branches: [ main, ci-sandbox ]
pull_request:
branches: [ main ]
branches: [ main, ci-sandbox ]
jobs:
build-macos:

View File

@ -2,9 +2,9 @@ name: MacOS WASM (Custom)
on:
push:
branches: [ main ]
branches: [ main, ci-sandbox ]
pull_request:
branches: [ main ]
branches: [ main, ci-sandbox ]
jobs:
build-wasm:

View File

@ -2,9 +2,9 @@ name: MacOS
on:
push:
branches: [ main ]
branches: [ main, ci-sandbox ]
pull_request:
branches: [ main ]
branches: [ main, ci-sandbox ]
jobs:
build-macos:

View File

@ -2,9 +2,9 @@ name: Ubuntu
on:
push:
branches: [ main ]
branches: [ main, ci-sandbox ]
pull_request:
branches: [ main ]
branches: [ main, ci-sandbox ]
jobs:
build-ubuntu:

View File

@ -2,9 +2,9 @@ name: Windows
on:
push:
branches: [ main ]
branches: [ main, ci-sandbox ]
pull_request:
branches: [ main ]
branches: [ main, ci-sandbox ]
env:
MKL_URL: "https://romang.blob.core.windows.net/mariandev/ci/mkl-2020.1-windows-static.zip"