Create release to run when RELEASE.md is changed

This commit is contained in:
Kamil Trzciński 2022-11-27 09:32:20 +01:00
parent 6bbf9d8bad
commit fc50d9d93f
2 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -1,4 +1,8 @@
on:
push:
paths-ignore:
- '.github/workflows/build_release.yaml'
- 'RELEASE.md'
pull_request:
env: