Skip to content

Commit

Permalink
run actions on pull-requests too
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 31, 2020
1 parent 7fc9966 commit 502eb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: integration-test

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

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

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

jobs:
build:
Expand Down

0 comments on commit 502eb14

Please sign in to comment.