Skip to content

Commit 17a79be

Browse files
authored
Merge pull request #883 from dev-hato/develop
リリース
2 parents e94e039 + c674057 commit 17a79be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-docker-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
COMPOSE_DOCKER_CLI_BUILD: 1
1919
permissions:
2020
packages: write
21-
if: github.repository == github.event.pull_request.head.repo.full_name
21+
if: github.event_name == 'release' || github.repository == github.event.pull_request.head.repo.full_name
2222
steps:
2323
- uses: actions/checkout@v3
2424
with:

0 commit comments

Comments
 (0)