mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 11:40:34 +05:00
ci: use main branch for releases
This commit is contained in:
parent
7f9995d600
commit
54ef380dcc
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,7 +3,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
@ -9,5 +9,5 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
],
|
||||
branches: ['master'],
|
||||
branches: ['main'],
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user