only push to dockerhub from master

master
Adeeb Shihadeh 2020-05-17 19:56:11 -07:00
parent 55b79b4721
commit 0dd9470af5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-16.04
timeout-minutes: 10
needs: docker_build
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda'
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda'
steps:
- uses: actions/download-artifact@v1
with: