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 c052174 commit 6e38c9dCopy full SHA for 6e38c9d
.github/workflows/push-cross-images.yml
@@ -5,6 +5,12 @@ on:
5
paths:
6
- '.github/workflows/push-cross-images.yml'
7
- 'rust/cubestore/cross/**'
8
+ branches:
9
+ - 'master'
10
+ pull_request:
11
+ paths:
12
+ - '.github/workflows/push-cross-images.yml'
13
+ - 'rust/cubestore/cross/**'
14
15
jobs:
16
docker-dev:
@@ -22,6 +28,7 @@ jobs:
22
28
- name: Checkout
23
29
uses: actions/checkout@v2
24
30
- name: Login to DockerHub
31
+ if: ${{ github.ref == 'refs/heads/master' }}
25
32
uses: docker/login-action@v1
26
33
with:
27
34
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments