Skip to content

Commit

Permalink
fix publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed Jun 12, 2024
1 parent 4a5edbe commit ebc0d40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
runs-on: ubuntu-latest
if: |
${{ github.event.workflow_run.conclusion == 'success' }} &&
${{ github.ref_name == 'master' }}
${{ github.event.workflow_run.head_branch == 'master' }}
env:
DOCKER_REGISTRY_USERNAME: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
CHATWORK_API_TOKEN: ${{ secrets.CHATWORK_API_TOKEN }}
CHATWORK_NOTIFICATION_ROOM_ID: ${{ secrets.CHATWORK_NOTIFICATION_ROOM_ID}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Dump GitHub context
Expand Down

0 comments on commit ebc0d40

Please sign in to comment.