Skip to content

Commit c87e1f1

Browse files
authored
Update docker-publish.yml
1 parent 88fd3b5 commit c87e1f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Docker Publish
22

33
on:
4-
schedule:
5-
- cron: '11 1 * * *'
64
push:
75
branches: [ master ]
86
# Publish semver tags as releases.
97
tags: [ '*.*.*' ]
108
pull_request:
119
branches: [ master ]
10+
workflow_dispatch:
1211

1312
env:
1413
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)