Skip to content

Commit 6740d0b

Browse files
committed
run on pr
1 parent c21cfdb commit 6740d0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Docker
22

33
on:
44
push:
5-
branches:
6-
- main
7-
tags:
8-
- 'v*'
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
99

1010

1111
jobs:

0 commit comments

Comments
 (0)