mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Update deploy.yml for workflows syntax
This commit is contained in:
parent
5200f45d7e
commit
c62f9934d6
1 changed files with 2 additions and 5 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -8,10 +8,7 @@ on:
|
|||
# Allows you to run this workflow manually from the Actions tab on GitHub.
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ["Synchronize data"]
|
||||
types:
|
||||
- completed
|
||||
workflows: ["Upload GitHub Pages artifact"]
|
||||
workflows: ["Synchronize data"] ["Upload GitHub Pages artifact"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
Loading…
Reference in a new issue