Skip to content

Commit a1f1584

Browse files
authored
Run gh actions on pull requests, not just contributor pushes (#1017)
1 parent a549b5a commit a1f1584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Continuous Integration
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
test:
5-
name: Test ${{ matrix.flavor }} ${{ matrix.node }} ${{ matrix.typescript }}
5+
name: "Test #${{ matrix.flavor }}: node v${{ matrix.node }}, ${{ matrix.typescript }}"
66
runs-on: ubuntu-latest
77
strategy:
88
fail-fast: false

0 commit comments

Comments
 (0)