Skip to content

Commit a7bf58a

Browse files
author
Andrei Neagu
committed
revert
1 parent c900de7 commit a7bf58a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ jobs:
5959
run: |
6060
./ci/helpers/dockerhub_login.bash
6161
make push
62+
- if: github.event_name == 'push' && github.ref != 'refs/heads/master'
63+
name: deploy
64+
run: |
65+
./ci/helpers/dockerhub_login.bash
66+
make push-version

0 commit comments

Comments
 (0)