mirror of
https://gitea.com/actions/setup-python.git
synced 2025-11-04 07:47:09 +00: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