Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-thiyagarajan authored Aug 15, 2024
1 parent b789e86 commit 40d3e4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ name: Docker
# documentation.

on:
schedule:
- cron: '37 17 * * *'
push:
branches: [ "master" ]
branches: [ "master", "REL1_28", "REL1_35" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
branches: [ "master", "REL1_28", "REL1_35" ]

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

0 comments on commit 40d3e4a

Please sign in to comment.