gha: change trigger branch to master

This commit is contained in:
peaceiris 2019-09-16 06:44:29 +09:00
parent f789b5fc87
commit e34825e78a
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,8 @@ name: 'Test'
on:
push:
branches:
- 'migrate-javascript-action'
- master
# - 'migrate-javascript-action'
jobs:
test:

View file

@ -43,9 +43,8 @@ async function run() {
function(error) {
console.error(error);
console.log(
"HINT: GitHub API Rate limiting\n" +
" https://developer.github.com/v3/#rate-limiting\n" +
" Use a specific version of Hugo"
"HINT: GitHub API Rate limiting",
"https://developer.github.com/v3/#rate-limiting"
);
}
);