mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Updated build-and-publish workflow to exclude non-relevant project paths.
This commit is contained in:
parent
f6009ba47b
commit
419bf35892
16
.github/workflows/build-and-publish.yml
vendored
16
.github/workflows/build-and-publish.yml
vendored
@ -9,6 +9,22 @@ on:
|
||||
- 'master'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
paths-ignore:
|
||||
- .github/**
|
||||
- deploy/**
|
||||
- docker-test/**
|
||||
- docs/**
|
||||
- .dockerignore
|
||||
- .gitattributes
|
||||
- .gitignore
|
||||
- .lgtm.yml
|
||||
- .whitesource
|
||||
- .yarnrc
|
||||
- docker-compose.yml
|
||||
- docker-compose-test.yml
|
||||
- LICENSE
|
||||
- README.md
|
||||
- SECURITY.md
|
||||
|
||||
jobs:
|
||||
build-and-push-docker-image:
|
||||
|
Loading…
Reference in New Issue
Block a user