Fix condition on CI push stage (#1149)

pull/1191/head
Adeeb 2020-02-21 10:13:49 -08:00 committed by GitHub
parent fd6301f82b
commit f198624ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
name: push
runs-on: ubuntu-16.04
needs: build
if: github.ref == 'master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
steps:
- uses: actions/download-artifact@v1
with: