only push to docker registry from master

master
Adeeb Shihadeh 2020-06-07 21:46:36 -07:00
parent 35bff5db51
commit 70e39040b4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
name: docker push
runs-on: ubuntu-16.04
timeout-minutes: 45
#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/checkout@v2
- name: Build Docker image