Skip to content

Commit

Permalink
run in latest branch as well v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iljau committed Jul 29, 2024
1 parent 0f6f097 commit cac46fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
#schedule:
# - cron: '16 19 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches:
- "main"
- "latest"
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
# pull_request:
# branches:
# - "main"
# - "latest"

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit cac46fc

Please sign in to comment.