Skip to content

Commit

Permalink
Make sure actions run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Mar 11, 2024
1 parent 71bad73 commit addbc57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Linux
on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build macOS
on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Windows
on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit addbc57

Please sign in to comment.