diff --git a/.github/workflows/project-analysis.yml b/.github/workflows/project-analysis.yml index 42e7047..30400dc 100644 --- a/.github/workflows/project-analysis.yml +++ b/.github/workflows/project-analysis.yml @@ -8,11 +8,17 @@ name: Project Analysis on: + push: + branches: [master] + pull_request: # `synchronized` seems to equate to pushing new commits to a linked branch # (whether force-pushed or not) types: [opened, synchronize] + # The branches below must be a subset of the branches above + # branches: [master] + jobs: lint: name: Lint