fix: remove run on master and add affected files to PR trigger

This commit is contained in:
Sebastian Di Luzio 2025-04-19 23:49:27 +02:00 committed by GitHub
parent 76529e29cc
commit 6859f85c94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,16 +4,18 @@ on:
push:
tags:
- '*Release*'
branches:
- master
pull_request:
branches:
- master
paths:
- '.github/workflows/docker-release.yml'
- 'CMakeLists.txt'
- 'LICENSE'
- 'README.md'
- 'Dockerfile'
- 'servatrice/**'
- 'common/**'
- 'cmake/**'
- '!**.md'
jobs: