Skip to content

Commit fa08f27

Browse files
authored
Update build-verify.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 8d404a8 commit fa08f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'CHANGELOG*'
1111
- 'ROADMAP*'
1212
- 'GOVERNANCE*'
13+
- 'CODE_OF_CONDUCT*'
1314
pull_request:
1415
paths-ignore:
1516
- '.github/**'
@@ -20,6 +21,7 @@ on:
2021
- 'CHANGELOG*'
2122
- 'ROADMAP*'
2223
- 'GOVERNANCE*'
24+
- 'CODE_OF_CONDUCT*'
2325
permissions: read-all
2426
jobs:
2527
build-verify-package:

0 commit comments

Comments
 (0)