mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-13 11:23:42 +00:00
updated trigger condition
This commit is contained in:
parent
a368b3db5b
commit
d66c860a5d
5
.github/workflows/cpp-linter.yaml
vendored
5
.github/workflows/cpp-linter.yaml
vendored
@ -1,10 +1,9 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "docs/examples/demo/*"
|
paths: ['**.c', '**.cpp', '**.h', '**.hpp', '**.cxx', '**.hxx', '**.cc', '**.hh', '**CMakeLists.txt', 'meson.build', '**.cmake']
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths: ['**.c', '**.cpp', '**.h', '**.hpp', '**.cxx', '**.hxx', '**.cc', '**.hh', '**CMakeLists.txt', 'meson.build', '**.cmake']
|
||||||
- "docs/examples/demo/*"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user