Skip to content

Commit 3c4f6a6

Browse files
committed
updating github action events
1 parent 2945586 commit 3c4f6a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ develop ]
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
610

711
jobs:
812
build:

0 commit comments

Comments
 (0)