Skip to content

Commit

Permalink
Update test action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
twharmon committed Apr 12, 2022
1 parent 9f31fd0 commit 7637b29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
name: Test
jobs:
test:
Expand Down

0 comments on commit 7637b29

Please sign in to comment.