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 0d8365b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test

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

jobs:
build-and-deploy:
Expand Down Expand Up @@ -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 0d8365b

Please sign in to comment.