mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-09 22:07:14 +00:00
guh 4
This commit is contained in:
parent
80ca9142ef
commit
23452bf129
14
.github/workflows/build-linux.yml
vendored
14
.github/workflows/build-linux.yml
vendored
|
|
@ -14,7 +14,19 @@ on:
|
|||
- '**.inl'
|
||||
- "**.meson.build"
|
||||
- '.github/workflows/build-linux.yml*'
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.cpp'
|
||||
- '**.h'
|
||||
- '**.c'
|
||||
- '**.cc'
|
||||
- '**.cxx'
|
||||
- '**.hh'
|
||||
- '**.hpp'
|
||||
- '**.hxx'
|
||||
- '**.inl'
|
||||
- "**.meson.build"
|
||||
- '.github/workflows/build-linux.yml*'
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
|
|
|||
Loading…
Reference in a new issue