Skip to content

Commit

Permalink
ci: rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 10, 2024
1 parent 767961b commit 5b22181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLIC_PUBLISH }}

deploy-github-pages:
name: Deploy GitHub Pages
# TODO: Change to `main` once `alpha` branch is merged
if: ${{ github.ref == 'refs/heads/alpha' }}
needs: [publish]
Expand Down

0 comments on commit 5b22181

Please sign in to comment.