Temporarily run on all push events
This commit is contained in:
parent
263bdc3e07
commit
8cc1e86c47
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -2,8 +2,8 @@ name: Generate Release Build
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
# tags:
|
||||
# - 'v*'
|
||||
|
||||
jobs:
|
||||
release_build:
|
||||
|
|
Loading…
Reference in a new issue