Skip to content

Commit 0430547

Browse files
Hristo313Hristo Hristov
andauthored
fix(cli): add fixes in react and wc templates (#1326)
Co-authored-by: Hristo Hristov <[email protected]>
1 parent fd32058 commit 0430547

File tree

2 files changed

+4
-4
lines changed
  • packages/cli/templates
    • react/igr-ts/projects/_base/files/__dot__github/workflows
    • webcomponents/igc-ts/projects/_base/files/__dot__github/workflows

2 files changed

+4
-4
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/github.io.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy GitHub Pages
22

33
on:
44
push:
5-
branches: [ <%=yamlDefaultBranch%> ]
5+
branches: [ $(yamlDefaultBranch) ]
66
pull_request:
7-
branches: [ <%=yamlDefaultBranch%> ]
7+
branches: [ $(yamlDefaultBranch) ]
88

99
jobs:
1010
build-and-deploy:

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/github.io.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy GitHub Pages
22

33
on:
44
push:
5-
branches: [ <%=yamlDefaultBranch%> ]
5+
branches: [ $(yamlDefaultBranch) ]
66
pull_request:
7-
branches: [ <%=yamlDefaultBranch%> ]
7+
branches: [ $(yamlDefaultBranch) ]
88

99
jobs:
1010
build-and-deploy:

0 commit comments

Comments
 (0)