Skip to content

Commit e594aba

Browse files
committed
2 parents 8813e46 + ec96689 commit e594aba

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ on:
44
schedule:
55
- cron: '0 10 * * *'
66
push:
7-
# branches:
8-
# - '**'
9-
tags:
10-
- 'v*.*.*'
7+
branches: [ "master" ]
118
pull_request:
12-
branches:
13-
- 'main'
9+
branches: [ "master" ]
10+
1411

1512
jobs:
1613
docker:

0 commit comments

Comments
 (0)