mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-08 17:50:31 +01:00
ci: trigger workflows on *.txt changes
CMakeLists.txt change is reasonable reason to start build
This commit is contained in:
parent
8dce5e1d11
commit
a42ab014e4
4
.github/workflows/rpcs3.yml
vendored
4
.github/workflows/rpcs3.yml
vendored
|
|
@ -5,7 +5,11 @@ defaults:
|
|||
shell: bash
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
2
.github/workflows/rpcsx.yml
vendored
2
.github/workflows/rpcsx.yml
vendored
|
|
@ -4,11 +4,9 @@ on:
|
|||
push:
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- '**/*.txt'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- '**/*.txt'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue