fix: ensure deploy workflow runs
All checks were successful
Build / build (pull_request) Successful in 39s
All checks were successful
Build / build (pull_request) Successful in 39s
- changed `on` params
This commit is contained in:
parent
2a20398c87
commit
f7fa3bbd47
@ -2,6 +2,9 @@ name: Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
name: Deploy
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Build
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user