We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2945586 commit 3c4f6a6Copy full SHA for 3c4f6a6
1 file changed
.github/workflows/docker-image.yml
@@ -2,7 +2,11 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ develop ]
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
11
jobs:
12
build:
0 commit comments