Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Run CI on push _or_ pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Feb 19, 2020
1 parent 6fe586c commit abe07fd
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,6 +1,6 @@
name: Linters

on: [push]
on: [push, pull_request]

jobs:
rustfmt:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit abe07fd

Please sign in to comment.