workaround to trigger build.

This commit is contained in:
SoftFever 2025-10-29 16:47:04 +08:00
parent 50d93afc25
commit 431cd47182

View file

@ -21,6 +21,7 @@ on:
- release/*
paths:
- 'deps/**'
- 'deps_src/**'
- 'src/**'
- '**/CMakeLists.txt'
- 'version.inc'
@ -29,6 +30,8 @@ on:
- 'build_release_vs2022.bat'
- 'build_release_macos.sh'
- 'scripts/flatpak/**'
- 'resources/**'
workflow_dispatch: # allows for manual dispatch
inputs: