Update build.yml
This commit is contained in:
parent
4969070341
commit
dca91b770a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -3,6 +3,10 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'geoip2influx.py'
|
||||
- 'requirements.txt'
|
||||
- 'root/**'
|
||||
jobs:
|
||||
push_to_ghcr_io:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue