diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-04 20:12:11 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-04 20:12:11 +0400 | 
| commit | 327ed3ca02400d1ff639925fa809e09ac3fc489c (patch) | |
| tree | 2cc74cb6a484ec4b1fee12f26124b2524e4c4637 | |
| parent | 4ea217b08b2fa70a9b7ee893127e34e22398ea64 (diff) | |
fix deploy job
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f60011..719eddb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on:    push:      branches:        - main +  release: +  workflow_dispatch:    pull_request:  jobs:  | 
