Skip to content

Commit

Permalink
Fixed typo in frontend CI GitHub workflow (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr authored Nov 2, 2024
1 parent c56456f commit a9f0940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Frontend CI on PR
name: Run Frontend CI on push
on: [push]
jobs:
frontend-ci:
Expand All @@ -18,4 +18,4 @@ jobs:
working-directory: website
- name: Build
run: npm run build
working-directory: website
working-directory: website

0 comments on commit a9f0940

Please sign in to comment.