Skip to content

Commit c674057

Browse files
authored
Merge pull request #882 from dev-hato/massongit-patch-2
releaseをトリガーとした場合はdocker imageのpushを無条件に行う
2 parents b7285b8 + e9e26c1 commit c674057

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)