CI: Only run deploy jobs on relevant PRs.

This commit is contained in:
Joachim Bauch 2024-04-03 10:40:59 +02:00
parent ec96256f29
commit 0b698556d6
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -2,6 +2,15 @@ name: Deploy to Docker Hub / GHCR
on:
pull_request:
branches: [ master ]
paths:
- '.github/workflows/deploydocker.yml'
- '**.go'
- 'go.*'
- 'Makefile'
- '*.conf.in'
- 'docker/server/*'
- 'docker/proxy/*'
push:
branches:
- master