Skip to content

Commit

Permalink
Disable cron build #7
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoOliveira committed Dec 7, 2023
1 parent 1329c44 commit 32825dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name: Docker
# documentation.

on:
schedule:
- cron: '39 18 * * *'
#schedule:
# - cron: '39 18 * * *'
push:
branches: [ "rebuild", "main" ]
branches: [ "*" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "rebuild", "main" ]
branches: [ "main" ]

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

0 comments on commit 32825dc

Please sign in to comment.