Update main.yml
This commit is contained in:
parent
5f4fbd918e
commit
c70b2d8b05
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user