mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 14:43:47 +00:00
Improve workflows (#88)
* Improve workflows * Update workflows * Small fix
This commit is contained in:
parent
6c4e46d258
commit
6cbb9cfdfd
4 changed files with 93 additions and 13 deletions
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 * * *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue