Skip to content

Commit 92427f0

Browse files
committed
Changed: Only run CI when Actual source code under src is updated.
1 parent 439e1df commit 92427f0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ name: Build, Test and Publish
22
on:
33
push:
44
branches: [ master, refactor-reloaded3-compliance ]
5+
paths:
6+
- "src/**"
57
tags:
68
- '*'
79
pull_request:
810
branches: [ master, refactor-reloaded3-compliance ]
11+
paths:
12+
- "src/**"
913
workflow_dispatch:
1014

1115
jobs:

0 commit comments

Comments
 (0)