Make pull requests still run regular test suite.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-01-24 16:50:29 -06:00 committed by GitHub
parent eadbf08b60
commit 765a01c2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ on:
jobs: jobs:
publish: publish:
if: github.event_name == 'push'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
@ -19,6 +18,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Publish to Docker Hub - name: Publish to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@master uses: elgohr/Publish-Docker-Github-Action@master
if: github.event_name == 'push'
with: with:
name: azuracast/azuracast_web_v2 name: azuracast/azuracast_web_v2
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}