Skip to content

Commit 2cad322

Browse files
author
Michael Wenk
authored
fix: remove check for master branch
1 parent c3b5132 commit 2cad322

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-and-upload-docker-image.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: exit if not on master branch
15-
if: github.ref_name != 'master'
16-
run: exit -1
1714
- name: Login to Docker Hub
1815
uses: docker/login-action@v2
1916
with:

0 commit comments

Comments
 (0)