Skip to content

Commit

Permalink
Problem: some GH actions not run on pull request
Browse files Browse the repository at this point in the history
Solution: enable them
  • Loading branch information
gotcha committed May 18, 2020
1 parent f61d239 commit 2a57f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-runners.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ubuntu, MacOS, Windows machines

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

jobs:
build:
Expand Down

0 comments on commit 2a57f19

Please sign in to comment.