Probably safer to manually trigger builds instead of every push.
This commit is contained in:
parent
f0d8fdc0d6
commit
17636d083f
|
@ -1,9 +1,10 @@
|
|||
name: "Windows Release"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue