mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
chore(GitHub Actions): rename master to main, added protections
This commit is contained in:
@@ -2,9 +2,12 @@ name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, 'v*']
|
||||
branches: [main, 'v*']
|
||||
pull_request:
|
||||
branches: [master, 'v*']
|
||||
branches: [main, 'v*']
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user