diff --git a/.github/workflows/flaskr-ci.yaml b/.github/workflows/flaskr-ci.yaml index 2e628297..3af85356 100644 --- a/.github/workflows/flaskr-ci.yaml +++ b/.github/workflows/flaskr-ci.yaml @@ -2,10 +2,10 @@ name: Build and Test on: workflow_dispatch: # Enables manually running the workflow push: - banches: - - feature/** + branches: + - 'feature/**' pull_request: - branches: + branches: - main jobs: tests: