Update main.yml

This commit is contained in:
Saturn&Eric 2022-05-09 06:17:47 +08:00 committed by GitHub
parent 5f4fbd918e
commit c70b2d8b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
name: Doxygen GitHub Pages Deploy Action
on:
schedule:
- cron: '30 4 ? * *'
push:
branches: [ main, 'develop' ]
repository_dispatch:
types: [code_push]
jobs:
deploy:
@ -14,6 +14,7 @@ jobs:
with:
repository: saturneric/GpgFrontend
submodules: recursive
ref: ${{ github.event.client_payload.message.branch }}
path: GpgFrontend
- uses: actions/checkout@v3