Merge pull request #173 from otavepto/fix-workflows

fix workflows trigger
This commit is contained in:
Detanup01 2024-05-10 19:10:31 +02:00 committed by GitHub
commit f3c8824639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 20 deletions

View File

@ -11,17 +11,17 @@ on:
pull_request:
branches: [ "dev" ]
paths:
- '!**/*.md'
- '!dev.notes/**'
- '!post_build/**'
- '!z_original_repo_files/**'
- '!sdk/*.txt'
- '!LICENSE'
paths-ignore:
- '**/*.md'
- 'dev.notes/**'
- 'post_build/**'
- 'z_original_repo_files/**'
- 'sdk/*.txt'
- 'LICENSE'
# tools
- '!tools/generate_emu_config/**'
- '!tools/migrate_gse/**'
- '!tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
- 'tools/generate_emu_config/**'
- 'tools/migrate_gse/**'
- 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
workflow_dispatch:
# allows manual trigger

View File

@ -11,17 +11,17 @@ on:
pull_request:
branches: [ "dev" ]
paths:
- '!**/*.md'
- '!dev.notes/**'
- '!post_build/**'
- '!z_original_repo_files/**'
- '!sdk/*.txt'
- '!LICENSE'
paths-ignore:
- '**/*.md'
- 'dev.notes/**'
- 'post_build/**'
- 'z_original_repo_files/**'
- 'sdk/*.txt'
- 'LICENSE'
# tools
- '!tools/generate_emu_config/**'
- '!tools/migrate_gse/**'
- '!tools/steamclient_loader/linux/**'
- 'tools/generate_emu_config/**'
- 'tools/migrate_gse/**'
- 'tools/steamclient_loader/linux/**'
workflow_dispatch:
# allows manual trigger