Skip to content

Commit

Permalink
Make workflows trigger on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Nov 8, 2019
1 parent bd520c8 commit c32aa8f
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.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build selene
on: [push]
on: [push, pull_request]
jobs:
generate:
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-roblox-std.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Generate Roblox standard library
on: [push]
on: [push, pull_request]
jobs:
generate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c32aa8f

Please sign in to comment.