Skip to content

Commit

Permalink
ci: Run Github Actions for PRs as well as pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jan 30, 2023
1 parent 7e68247 commit a547ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lint
on: [push]
on: [push, pull_request]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test-Release
on: [push]
on: [push, pull_request]

jobs:
tests:
Expand Down

0 comments on commit a547ac7

Please sign in to comment.