Skip to content

Commit

Permalink
update publish ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 5, 2024
1 parent 399586e commit d453bc1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/github-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ name: Docker
# documentation.

on:
schedule:
- cron: '38 1 * * *'
# schedule:
# - cron: '38 1 * * *'
workflow_dispatch:
push:
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
# tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "master" ]

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

0 comments on commit d453bc1

Please sign in to comment.