Skip to content

Commit

Permalink
Build docker only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez authored Sep 6, 2024
1 parent f9509b7 commit fbf412a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ name: Docker
# documentation.

on:
# schedule:
# - cron: '21 13 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
release:
types:
- published
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit fbf412a

Please sign in to comment.