Skip to content

Commit 27d1b44

Browse files
authored
Update build-package.yml to exclude CODE_OF_CONDUCT*
Add CODE_OF_CONDUCT to exclusion regex to avoid repo/workflow auto-build process issues, ref: microcks/.github#16
1 parent a84c8c1 commit 27d1b44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
- '.gitignore'
66
- 'LICENSE'
77
- 'README*'
8+
- 'CODE_OF_CONDUCT*'
89
pull_request:
910
paths-ignore:
1011
- '.github/**'
1112
- '.gitignore'
1213
- 'LICENSE'
1314
- 'README*'
15+
- 'CODE_OF_CONDUCT*'
1416
jobs:
1517
build-package-grpc-hello:
1618
runs-on: ubuntu-latest
@@ -201,4 +203,4 @@ jobs:
201203
if: github.repository_owner == 'microcks' && steps.changes.outputs.shift-left-demo-sb == 'true'
202204
run: |
203205
cd shift-left-demo/spring-boot-order-service-devtools
204-
mvn -B clean package
206+
mvn -B clean package

0 commit comments

Comments
 (0)