mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 05:48:23 +02:00
Update workflows
This commit is contained in:
parent
3bb7ea113e
commit
a605d6b930
2 changed files with 13 additions and 8 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -1,7 +1,12 @@
|
|||
name: Validate 'setup-python'
|
||||
on:
|
||||
push:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue