Skip to content

Commit

Permalink
👷 run workflows on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed May 18, 2020
1 parent 16d78a8 commit 5cfa8a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: macOS

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

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

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

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

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

jobs:
build:
Expand Down

0 comments on commit 5cfa8a5

Please sign in to comment.