We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa90bbe commit 9b6cf90Copy full SHA for 9b6cf90
.github/workflows/ci-docker.yml
@@ -2,6 +2,7 @@ name: Docker CI
2
3
on:
4
pull_request:
5
+ branches: ['main','release/**']
6
paths: ['Dockerfile','bin/**','config/**','.github/workflows/ci-docker.yml']
7
8
env:
0 commit comments