mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-26 18:24:21 +01:00
Workflow: Run manually instead of on RELEASE.md
This commit is contained in:
parent
e53dcff1bb
commit
2bd3e73c91
8
.github/workflows/build_release.yaml
vendored
8
.github/workflows/build_release.yaml
vendored
|
|
@ -1,11 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '*-stable'
|
||||
paths:
|
||||
- '.github/workflows/build_release.yaml'
|
||||
- 'RELEASE.md'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
RELEASE_NAME: SteamDeckTools
|
||||
|
|
|
|||
Loading…
Reference in a new issue