mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
chore: ci should run on any branch
This commit is contained in:
@@ -2,9 +2,9 @@ name: 'CI'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 'v*']
|
||||
branches: '**'
|
||||
pull_request:
|
||||
branches: [main, 'v*']
|
||||
branches: '**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user