Skip to content

Commit 14cb3f9

Browse files
authored
fix: dockerfile (#1910)
1 parent 6654675 commit 14cb3f9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/concept-library-container.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
# Only consider PRs that change files for this asset, including ci scripts
66
paths:
77
- '.github/workflows/concept-library-container.yaml'
8-
- './CodeListLibrary_project/**'
9-
- './docker/**'
8+
- 'CodeListLibrary_project/**'
9+
- 'docker/**'
1010
push:
1111
# Only release off of release and maintenance branches for this asset
1212
branches:
1313
- 'master'
1414
# Only consider pushes that change files for this asset, including ci scripts
1515
paths:
1616
- '.github/workflows/concept-library-container.yaml'
17-
- './CodeListLibrary_project/**'
18-
- './docker/**'
17+
- 'CodeListLibrary_project/**'
18+
- 'docker/**'
1919

2020
permissions:
2121
contents: write

.github/workflows/sonarqube.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
- '.github/workflows/sonarqube.yaml'
1919
- 'CodeListLibrary_project/**'
2020
- 'docker/**'
21-
- 'docs/**'
2221

2322
jobs:
2423
scan-code:

0 commit comments

Comments
 (0)