This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 4ed126e76d Update maven.yml
4ed126e76d is described below
commit 4ed126e76dc9f6f833975b8dc15c5a75f35a4d07
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Nov 20 11:07:59 2024 +0100
Update maven.yml
Only execute when scr is changed
---
.github/workflows/maven.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e99b53a383..fd677f9d3d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -3,8 +3,12 @@ name: Github CI Build
on:
push:
branches: [ "master" ]
+ paths:
+ - 'scr/**'
pull_request:
branches: [ "master" ]
+ paths:
+ - 'scr/**'
permissions: {}