Skip to content

Commit 74cd8fa

Browse files
committed
Revert "docker-image-build.yml: Don't trigger on docker-image-common.yml."
This reverts commit 2bf2cee.
1 parent 2bf2cee commit 74cd8fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99
paths:
1010
- 'doc/ctsm-docs_container/**'
1111
- '!doc/ctsm-docs_container/README.md'
12+
- '.github/workflows/docker-image-common.yml'
1213

1314
pull_request:
1415
# Run on pull requests that change the listed files
1516
paths:
1617
- 'doc/ctsm-docs_container/**'
1718
- '!doc/ctsm-docs_container/README.md'
19+
- '.github/workflows/docker-image-common.yml'
1820

1921
workflow_dispatch:
2022

0 commit comments

Comments
 (0)