Skip to content

Commit

Permalink
run github actions on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t- committed Mar 14, 2021
1 parent b05eb1d commit 518f48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build+test
on: [push]
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: check-formatting
on: [push]
on: [push, pull_request]
jobs:
check-formatting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 518f48e

Please sign in to comment.