mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Update frontpage build trigger to master
This commit is contained in:
parent
345bc9c8c4
commit
caf9630513
@ -6,7 +6,7 @@ const fetch = require('node-fetch');
|
||||
const { CIRCLE_BRANCH, FRONTPAGE_WEBHOOK } = process.env;
|
||||
|
||||
console.log('build-frontpage');
|
||||
if (CIRCLE_BRANCH === 'release/5.0') {
|
||||
if (CIRCLE_BRANCH === 'master') {
|
||||
if (FRONTPAGE_WEBHOOK) {
|
||||
console.log('triggering frontpage build');
|
||||
const url = `https://api.netlify.com/build_hooks/${FRONTPAGE_WEBHOOK}`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user