Skip to content

Commit

Permalink
Run Unit Tests and Linter on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-mundy committed Nov 1, 2023
1 parent 4884826 commit 8118594
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
Expand Up @@ -3,7 +3,13 @@ name: Test
permissions:
contents: write

on: [pull_request]
on:
pull_request:
push:
branches:
- main
paths-ignore:
- 'README.md'

jobs:
test:
Expand Down

0 comments on commit 8118594

Please sign in to comment.