mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
ci: update ymls (#7372)
* chore: update ymls * chore: update patterns and some other smaller changes * ci: run on push
This commit is contained in:
parent
265b71234c
commit
9ff3a78ad7
3
.github/workflows/release-branch.yml
vendored
3
.github/workflows/release-branch.yml
vendored
@ -7,11 +7,10 @@ on:
|
||||
type: choice
|
||||
description: Choose release type
|
||||
options:
|
||||
- auto
|
||||
- patch
|
||||
- minor
|
||||
- major
|
||||
default: auto
|
||||
default: patch
|
||||
beta:
|
||||
type: boolean
|
||||
description: Prerelease
|
||||
|
||||
6
.github/workflows/run-ci.yml
vendored
6
.github/workflows/run-ci.yml
vendored
@ -3,9 +3,9 @@ name: Continuous integration
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
- "*/*"
|
||||
- "**"
|
||||
- "!sponsors"
|
||||
push:
|
||||
branches:
|
||||
- "!sponsors"
|
||||
|
||||
permissions:
|
||||
|
||||
2
.github/workflows/update-sponsor-block.yml
vendored
2
.github/workflows/update-sponsor-block.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
branch: sponsors
|
||||
delete-branch: true
|
||||
commit-message: "chore(sponsor): update sponsor block"
|
||||
title: "[Chore] Update sponsor block"
|
||||
title: "chore(docs): update sponsor block"
|
||||
body: |
|
||||
**New sponsor block update:**
|
||||
${{ env.CONTENT }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user