Skip to content

Commit

Permalink
Merge pull request #1119 from tediousjs/arthur/run-azure-ci-on-push
Browse files Browse the repository at this point in the history
ci: run azure tests on push to master
  • Loading branch information
arthurschreiber authored Jun 23, 2020
2 parents 2b1043c + 3d581cf commit 1313529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest

# Only run these tests if we have access to the secrets
if: ${{ github.repository == github.event.pull_request.head.repo.full_name }}
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name }}

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1313529

Please sign in to comment.