build: added push trigger to build job
This commit is contained in:
parent
d5a0e70580
commit
d79738a2f1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Build and Upload Canary
|
||||
on:
|
||||
# Allows you to run this manually from the Forgejo UI
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue