Skip to content

Commit 7e8fdd2

Browse files
committed
build: reactivate CI test deployment
1 parent 0671722 commit 7e8fdd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Build and test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, cideploy]
66

77
jobs:
88
build-and-deploy:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 22
1616

1717
- name: Prepare
1818
run: |
@@ -31,7 +31,7 @@ jobs:
3131
ng add angular-cli-ghpages
3232
3333
- name: Deploy
34-
if: github.ref == 'refs/heads/master'
34+
if: github.ref == 'refs/heads/cideploy'
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: |

0 commit comments

Comments
 (0)