mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Run main workflow on PRs
This commit is contained in:
parent
4f72cbc621
commit
4a251cd31c
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
|
||||
|
Loading…
Reference in New Issue
Block a user