Skip to content

Commit

Permalink
build: reactivate CI test deployment (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher authored Oct 23, 2024
1 parent 0671722 commit 8bfa8b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
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/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 8bfa8b0

Please sign in to comment.