mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-12 16:40:26 +00:00
Updated build-and-publish workflow to exclude non-relevant project paths.
This commit is contained in:
parent
a187d70470
commit
1762a5481b
16
.github/workflows/build-and-publish.yml
vendored
16
.github/workflows/build-and-publish.yml
vendored
@ -9,6 +9,22 @@ on:
|
|||||||
- 'master'
|
- 'master'
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- '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:
|
jobs:
|
||||||
build-and-push-docker-image:
|
build-and-push-docker-image:
|
||||||
|
Loading…
Reference in New Issue
Block a user