1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-11-22 14:48:36 +00:00

Run main workflow on PRs

This commit is contained in:
Brian Cristante 2019-12-30 10:25:03 -05:00
parent 4f72cbc621
commit 4a251cd31c

View file

@ -1,5 +1,5 @@
name: Main workflow name: Main workflow
on: [push] on: [push, pull_request]
jobs: jobs:
run: run:
name: Run name: Run