mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Update workflow.yml
This commit is contained in:
parent
a0a76c4ddb
commit
2989dc4a1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -2,7 +2,7 @@ name: Main workflow
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Reference in a new issue