Skip to content

Commit 8eb7101

Browse files
authored
Merge pull request #52 from felipementel/feature/actions
Update pull-request-sonar.yml
2 parents df011c3 + 818eeb7 commit 8eb7101

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/pull-request-sonar.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
pull_request:
44
types: [opened, synchronize, reopened]
55
paths:
6-
- 'src'
6+
- 'src/*'
77
paths-ignore:
8-
- 'docs'
9-
- 'docker'
8+
- 'docs/*'
9+
- 'docker/*'
1010
- './github/*'
1111
workflow_dispatch:
1212

.github/workflows/push-image.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Publish Image
33
on:
44
push:
55
paths:
6-
- 'src/**'
6+
- 'src/*'
7+
paths-ignore:
8+
- 'docs/*'
9+
- 'docker/*'
10+
- './github/*'
711
branches:
812
- main
913
workflow_dispatch:

0 commit comments

Comments
 (0)