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
|
name: Doxygen GitHub Pages Deploy Action
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '30 4 ? * *'
|
|
||||||
push:
|
push:
|
||||||
branches: [ main, 'develop' ]
|
branches: [ main, 'develop' ]
|
||||||
|
repository_dispatch:
|
||||||
|
types: [code_push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@ -14,6 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: saturneric/GpgFrontend
|
repository: saturneric/GpgFrontend
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
ref: ${{ github.event.client_payload.message.branch }}
|
||||||
path: GpgFrontend
|
path: GpgFrontend
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user