mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
Create release to run when RELEASE.md is changed
This commit is contained in:
parent
6bbf9d8bad
commit
fc50d9d93f
|
|
@ -1,11 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '**/**.md'
|
||||
- '**/*.bat'
|
||||
- '**/*.ps1'
|
||||
- '**/*.png'
|
||||
branches:
|
||||
- main
|
||||
- '*-stable'
|
||||
paths:
|
||||
- '.github/workflows/build_release.yaml'
|
||||
- 'RELEASE.md'
|
||||
|
||||
env:
|
||||
RELEASE_NAME: SteamDeckTools
|
||||
|
|
@ -1,4 +1,8 @@
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/workflows/build_release.yaml'
|
||||
- 'RELEASE.md'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
Loading…
Reference in a new issue