Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ripps818 committed Feb 16, 2024
2 parents 27442fe + 31435ae commit 68a7674
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: '18 17 * * *'
push:
branches: [ "develop" ]
#schedule:
# - cron: '18 17 * * *'
#push:
# branches: [ "develop" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "develop" ]
# tags: [ 'v*.*.*' ]
#pull_request:
# branches: [ "develop" ]
workflow_dispatch:
branches: [ "develop" ]

Expand Down

0 comments on commit 68a7674

Please sign in to comment.