Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
only allow manual builds
  • Loading branch information
ripps818 authored Feb 16, 2024
1 parent 80dfd87 commit 31435ae
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 31435ae

Please sign in to comment.