Merge branch 'dev'
This commit is contained in:
commit
bc5ba6d5e3
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
|
||||||
needs: [test-and-build]
|
needs: [test-and-build]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue