Skip to content

Commit

Permalink
ci: Run dockerhub-description.yml on main push event (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Mar 22, 2024
2 parents 0bcfb0b + f63e7d3 commit a1deb75
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Docker Hub Description

on:
workflow_dispatch:
## TODO: Implement the auto push later, manual release latest image for now
# push:
# branches: main
# paths:
# - 'README.md'
push:
branches: main
paths:
- 'README.md'
jobs:
dockerhub-description:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a1deb75

Please sign in to comment.