mirror of
https://github.com/actions/setup-python
synced 2025-04-06 23:39:42 +00:00
Run main workflow on PRs
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Main workflow
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
run:
|
||||
name: Run
|
||||
|
Reference in New Issue
Block a user