Update update.yaml

This commit is contained in:
Kevin Kandlbinder 2020-09-03 13:48:46 +02:00 committed by GitHub
parent 7b42a55651
commit d55b804550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,6 @@ name: Update Site
on: on:
push: push:
branches:
- master
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
@ -31,5 +29,6 @@ jobs:
- name: Publish Site - name: Publish Site
uses: cloudflare/wrangler-action@1.2.0 uses: cloudflare/wrangler-action@1.2.0
if: github.ref == 'refs/heads/master'
with: with:
apiToken: ${{ secrets.CF_API_TOKEN }} apiToken: ${{ secrets.CF_API_TOKEN }}