Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MargotCh authored Aug 8, 2024
1 parent 37cd835 commit 5d07b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name: Docker
# documentation.

on:
schedule:
- cron: '42 3 * * *'
# schedule:
# - cron: '42 3 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ '*.*.*' ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 5d07b1a

Please sign in to comment.