Skip to content

Commit 3748069

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): change github pages yaml files to allow push to all branches
1 parent fe8ee4d commit 3748069

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/github-pages.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: [ '*' ]
66
pull_request:
7-
branches: [ $(yamlDefaultBranch) ]
7+
branches: [ '*' ]
88

99
jobs:
1010
build-and-deploy:

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/github-pages.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: [ '*' ]
66
pull_request:
7-
branches: [ $(yamlDefaultBranch) ]
7+
branches: [ '*' ]
88

99
jobs:
1010
build-and-deploy:

packages/igx-templates/igx-ts-legacy/projects/_base/files/__dot__github/workflows/github-pages.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: [ '*' ]
66
pull_request:
7-
branches: [ <%=yamlDefaultBranch%> ]
7+
branches: [ '*' ]
88

99
jobs:
1010
build-and-deploy:

packages/igx-templates/igx-ts-legacy/projects/_base_with_home/files/__dot__github/workflows/github-pages.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: [ main ]
5+
branches: [ '*' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ '*' ]
88

99
jobs:
1010
build-and-deploy:

packages/igx-templates/igx-ts/projects/_base/files/__dot__github/workflows/github-pages.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: [ '*' ]
66
pull_request:
7-
branches: [ <%=yamlDefaultBranch%> ]
7+
branches: [ '*' ]
88

99
jobs:
1010
build-and-deploy:

packages/igx-templates/igx-ts/projects/_base_with_home/files/__dot__github/workflows/github-pages.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: [ '*' ]
66
pull_request:
7-
branches: [ <%=yamlDefaultBranch%> ]
7+
branches: [ '*' ]
88

99
jobs:
1010
build-and-deploy:

0 commit comments

Comments
 (0)