mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fix(ci): ensure we build on docker only modifications
This commit is contained in:
parent
5de849713e
commit
88783679cf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -13,6 +13,8 @@ on:
|
||||||
- 'util/buildbot/**'
|
- 'util/buildbot/**'
|
||||||
- 'util/ci/**'
|
- 'util/ci/**'
|
||||||
- '.github/workflows/**.yml'
|
- '.github/workflows/**.yml'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- '.dockerignore'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'lib/**.[ch]'
|
- 'lib/**.[ch]'
|
||||||
|
@ -24,6 +26,8 @@ on:
|
||||||
- 'util/buildbot/**'
|
- 'util/buildbot/**'
|
||||||
- 'util/ci/**'
|
- 'util/ci/**'
|
||||||
- '.github/workflows/**.yml'
|
- '.github/workflows/**.yml'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- '.dockerignore'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# This is our minor gcc compiler
|
# This is our minor gcc compiler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue