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: push:
tags: tags:
- '*Release*' - '*Release*'
branches:
- master
pull_request: pull_request:
branches: branches:
- master - master
paths: paths:
- '.github/workflows/docker-release.yml' - '.github/workflows/docker-release.yml'
- 'CMakeLists.txt'
- 'LICENSE'
- 'README.md'
- 'Dockerfile' - 'Dockerfile'
- 'servatrice/**' - 'servatrice/**'
- 'common/**' - 'common/**'
- 'cmake/**'
- '!**.md' - '!**.md'
jobs: jobs: