We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f39aaf commit 9e6a275Copy full SHA for 9e6a275
.github/workflows/ghcr_build.yml
@@ -2,12 +2,6 @@ name: Build GHCR images
2
3
on:
4
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
11
12
env:
13
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
0 commit comments