diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index 476c374..3eece11 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -1,4 +1,4 @@ -name: Run Frontend CI on PR +name: Run Frontend CI on push on: [push] jobs: frontend-ci: @@ -18,4 +18,4 @@ jobs: working-directory: website - name: Build run: npm run build - working-directory: website \ No newline at end of file + working-directory: website