This commit is contained in:
Leandro Facchinetti 2021-08-01 16:56:15 +01:00
parent c7413b0b37
commit 1375934c87
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- run: npm install-ci-test
deploy:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: [insiders-build, test]
runs-on: ubuntu-latest
steps: