switch from master to main

main
Robert Pearce 2020-11-07 17:12:50 -05:00
parent 553487e1eb
commit e425a657e6
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
path: result/dist
deploy:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [build]