You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-09-14 08:44:04 +07:00
Improve workflows (#88)
* Improve workflows * Update workflows * Small fix
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,7 +1,13 @@
|
||||
name: Validate 'setup-python'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
|
||||
|
Reference in New Issue
Block a user