Skip to content

Commit

Permalink
Fix workflow event name
Browse files Browse the repository at this point in the history
  • Loading branch information
drzax committed Mar 8, 2021
1 parent 39188df commit e2d5622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test and build PR
on: [pull-request]
on: [pull_request]
jobs:
build:
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down

0 comments on commit e2d5622

Please sign in to comment.