fix: ensure deploy workflow runs
All checks were successful
Build / build (pull_request) Successful in 39s

- changed `on` params
This commit is contained in:
Ben Vincent 2024-12-28 22:46:20 +11:00
parent 2a20398c87
commit f7fa3bbd47
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: