Update update.yml

This commit is contained in:
freearhey 2023-10-10 05:28:01 +03:00
parent 669310c1d7
commit e2e50a493d

View file

@ -2,6 +2,8 @@ name: Deploy site to Pages
on: on:
push: push:
branches: [$default-branch] branches: [$default-branch]
schedule:
- cron: '0 2 * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions:
contents: read contents: read