[CI] Linux: Add bat+ps1

This commit is contained in:
Margen67 2025-03-23 14:22:16 -07:00
parent 0ee39400fe
commit d20620eb5e

View file

@ -7,13 +7,14 @@ on:
- '.drone.star' - '.drone.star'
- '.gitattributes' - '.gitattributes'
- '.gitignore' - '.gitignore'
- '.gdbinit'
- '.github/*' - '.github/*'
- '.github/workflows/Windows_build.yml' - '.github/workflows/Windows_build.yml'
- '.github/*_TEMPLATE/**' - '.github/*_TEMPLATE/**'
- '*.bat'
- '*.md' - '*.md'
- '*.yml' - '*.ps1'
- '*.txt' - '*.txt'
- '*.yml'
- 'docs/**' - 'docs/**'
- 'src/**/*_windows.*' - 'src/**/*_windows.*'
- 'src/**/*_android.*' - 'src/**/*_android.*'
@ -25,13 +26,14 @@ on:
- '.drone.star' - '.drone.star'
- '.gitattributes' - '.gitattributes'
- '.gitignore' - '.gitignore'
- '.gdbinit'
- '.github/*' - '.github/*'
- '.github/workflows/Windows_build.yml' - '.github/workflows/Windows_build.yml'
- '.github/*_TEMPLATE/**' - '.github/*_TEMPLATE/**'
- '*.bat'
- '*.md' - '*.md'
- '*.yml' - '*.ps1'
- '*.txt' - '*.txt'
- '*.yml'
- 'docs/**' - 'docs/**'
- 'src/**/*_windows.*' - 'src/**/*_windows.*'
- 'src/**/*_android.*' - 'src/**/*_android.*'