Compare commits

...

3 Commits

Author SHA1 Message Date
epi
e0f9a30ba9 allow CD workflow for testing 2023-03-09 06:06:42 -06:00
epi
867da048b4 allow CD workflow for testing 2023-03-09 06:06:03 -06:00
epi
31e66c1fa0 allow CD workflow for testing 2023-03-09 06:04:13 -06:00

View File

@@ -94,7 +94,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: macos-latest
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
@@ -126,7 +126,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
strategy:
matrix:
type: [windows-x64, windows-x86]