Skip to content

Commit

Permalink
Also enable GitHub Actions for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
shroudedcode committed Feb 5, 2022
1 parent 0e96088 commit f570050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: push
on: [push, pull_request]
jobs:
lint:
name: Code Formatting
Expand Down

0 comments on commit f570050

Please sign in to comment.