ci: use main branch for releases

This commit is contained in:
Rui Saraiva 2020-07-17 21:12:49 +01:00
parent 7f9995d600
commit 54ef380dcc
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:

View File

@ -9,5 +9,5 @@ module.exports = {
},
],
],
branches: ['master'],
branches: ['main'],
}