Skip to content

Commit 9e6a275

Browse files
committedOct 19, 2024
ci(fix): correct syntax in ghcr_build workflow for workflow_call
1 parent 7f39aaf commit 9e6a275

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/ghcr_build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Build GHCR images
22

33
on:
44
workflow_call:
5-
branches: ["master"]
6-
paths:
7-
- "**/*"
8-
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
9-
- "!.github/workflows/**" # Important: Exclude PRs related to .github/workflows from auto-run
10-
- "!.github/actions/**" # Important: Exclude PRs related to .github/actions from auto-run
115

126
env:
137
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)
Please sign in to comment.