Skip to content

Commit

Permalink
build: reactivate CI test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Oct 22, 2024
1 parent 0671722 commit 7e8fdd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Build and test

on:
push:
branches: [main]
branches: [main, cideploy]

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Prepare
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
ng add angular-cli-ghpages
- name: Deploy
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/cideploy'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 7e8fdd2

Please sign in to comment.