We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ba138 commit 07b05f5Copy full SHA for 07b05f5
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
fi
27
28
push=false
29
- if [ "${GITHUB_EVENT_NAME}" = "push" ]; then
+ if [ "${GITHUB_EVENT_NAME}" = "push" ] && [ "${GITHUB_REPOSITORY}" = "mroonga/docker" ]; then
30
push=true
31
if [ "${GITHUB_REF_TYPE}" = "tag" ] && [ "${version}" != "${GITHUB_REF_NAME}" ]; then
32
0 commit comments