0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 15:53:42 +00:00

updated trigger condition

This commit is contained in:
Benedikt Galbavy 2024-05-27 12:38:40 +02:00
parent a368b3db5b
commit d66c860a5d

View File

@ -1,10 +1,9 @@
on:
push:
paths:
- "docs/examples/demo/*"
paths: ['**.c', '**.cpp', '**.h', '**.hpp', '**.cxx', '**.hxx', '**.cc', '**.hh', '**CMakeLists.txt', 'meson.build', '**.cmake']
pull_request:
paths:
- "docs/examples/demo/*"
paths: ['**.c', '**.cpp', '**.h', '**.hpp', '**.cxx', '**.hxx', '**.cc', '**.hh', '**CMakeLists.txt', 'meson.build', '**.cmake']
permissions:
pull-requests: write