run deploy to pages after sync

This commit is contained in:
tree🌴 2024-03-03 23:53:42 +01:00
parent 447d8d598d
commit 5f6816b715
1 changed files with 4 additions and 0 deletions

View File

@ -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