Merge branch 'dev'
This commit is contained in:
commit
bc5ba6d5e3
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
|
||||
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]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
|
|
|||
Loading…
Reference in New Issue