Skip to content

Commit

Permalink
Run gh actions on pull requests, not just contributor pushes (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Apr 20, 2020
1 parent a549b5a commit a1f1584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
@@ -1,8 +1,8 @@
name: Continuous Integration
on: [push]
on: [push, pull_request]
jobs:
test:
name: Test ${{ matrix.flavor }} ${{ matrix.node }} ${{ matrix.typescript }}
name: "Test #${{ matrix.flavor }}: node v${{ matrix.node }}, ${{ matrix.typescript }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit a1f1584

Please sign in to comment.