diff --git a/kittygram_workflow.yml b/kittygram_workflow.yml index 777f6d9..3a9a561 100644 --- a/kittygram_workflow.yml +++ b/kittygram_workflow.yml @@ -1,9 +1,10 @@ name: Main Kittygram workflow - -on: push - +on: + push: + branches: + - main jobs: tests: @@ -74,13 +75,11 @@ jobs: with: node-version: 18 - - name: Install dependencies run: | cd frontend/ npm ci - - name: Test frontend run: | cd frontend/