Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Oct 21, 2023
1 parent 2005a71 commit b5d8840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish Docker image

on:
push:
branches: [ "main" ]
branches: [ "docker-publish" ]
pull_request:
branches: [ "main" ]
branches: [ "docker-publish" ]

env:
DOCKER_ID: ${{ secrets.DOCKER_ID }}
Expand Down

0 comments on commit b5d8840

Please sign in to comment.