fix: ensure deploy workflow runs #2

Merged
unkinben merged 1 commits from neoloc/deploy_workflow into master 2024-12-28 22:47:45 +11:00
2 changed files with 6 additions and 5 deletions

View File

@ -2,6 +2,9 @@ name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:

View File

@ -1,11 +1,9 @@
name: Deploy
on:
workflow_run:
workflows:
- Build
types:
- completed
push:
branches:
- master
jobs:
deploy: