Skip to content

Commit

Permalink
Fix github actions event targeting (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Jan 28, 2021
1 parent 2e39bc9 commit 71f749c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Tests

on: [push]
on:
push:
branches: [master]
pull_request:

jobs:
test:
Expand Down

0 comments on commit 71f749c

Please sign in to comment.