mirror of https://github.com/actions/setup-python
Run main workflow on PRs
This commit is contained in:
parent
4f72cbc621
commit
4a251cd31c
|
@ -1,5 +1,5 @@
|
||||||
name: Main workflow
|
name: Main workflow
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
name: Run
|
name: Run
|
||||||
|
|
Loading…
Reference in New Issue