Skip to content

Commit

Permalink
ci: Trigger tests in PRs (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 20, 2022
1 parent 933663b commit 97ed8bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: Test

on: [push]
on:
pull_request: {}
push:
branches: [main]

jobs:
linting:
Expand Down

0 comments on commit 97ed8bf

Please sign in to comment.