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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
# tags:
|
||||||
- 'v*'
|
# - 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release_build:
|
release_build:
|
||||||
|
|
Loading…
Reference in a new issue