Skip to content

Commit a27c320

Browse files
committed
github actions only on master
1 parent c553484 commit a27c320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
schedule:
1010
- cron: '38 3 * * *'
1111
push:
12-
branches: [ "master", "eschede" ]
12+
branches: [ "master" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
pull_request:

0 commit comments

Comments
 (0)