Skip to content

Commit a9f0940

Browse files
authored
Fixed typo in frontend CI GitHub workflow (jwngr#194)
1 parent c56456f commit a9f0940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Frontend CI on PR
1+
name: Run Frontend CI on push
22
on: [push]
33
jobs:
44
frontend-ci:
@@ -18,4 +18,4 @@ jobs:
1818
working-directory: website
1919
- name: Build
2020
run: npm run build
21-
working-directory: website
21+
working-directory: website

0 commit comments

Comments
 (0)