Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chmuri authored Aug 10, 2023
1 parent 7787aec commit f241848
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 @@ -3,11 +3,11 @@ name: Publish Docker image
on:
schedule:
- cron: '25 21 * * *'
# push:
push:
# branches: [ "main" ]
# Publish semver tags as releases.
#tags: ["chmuri/ubuntu-molecule:${{ steps.extract_branch.outputs.branch }}"]
# pull_request:
pull_request:
# branches: [ "main" ]

jobs:
Expand Down

0 comments on commit f241848

Please sign in to comment.