Skip to content

Commit e9f0cfc

Browse files
authored
Update docker-image.yml
1 parent 69dbff5 commit e9f0cfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-image.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Docker Image CI
22

33
on:
4+
repository_dispatch:
45
push:
5-
branches: [ "main" ]
6+
#branches: [ "main" ]
67
pull_request:
7-
branches: [ "main" ]
8+
#branches: [ "main" ]
89

910
jobs:
1011

0 commit comments

Comments
 (0)