Update github actions

This commit is contained in:
Chuck Dries 2021-08-10 13:30:51 -07:00
parent 6c0314e3a2
commit 75ffcbb6b4
No known key found for this signature in database
GPG Key ID: 4E6B9B2DCEC64BA9

View File

@ -6,7 +6,7 @@ name: build and deploy main
# events but only for the master branch
on:
push:
branches: [master]
branches: [main]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: