Update update.yaml

This commit is contained in:
Kevin Kandlbinder 2021-06-16 21:31:36 +02:00 committed by GitHub
parent 34d2aa5326
commit cb86ddd77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@ jobs:
- name: Publish Site
uses: cloudflare/wrangler-action@1.2.0
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
apiToken: ${{ secrets.CF_API_TOKEN }}