mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
run deploy to pages after sync
This commit is contained in:
parent
447d8d598d
commit
5f6816b715
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -4,6 +4,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main # Set a branch to deploy
|
- main # Set a branch to deploy
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["Synchronize data"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue