diff --git a/.github/workflows/syntax-checks.yml b/.github/workflows/syntax-checks.yml index 32ef28d8a..dae7034be 100644 --- a/.github/workflows/syntax-checks.yml +++ b/.github/workflows/syntax-checks.yml @@ -1,8 +1,8 @@ name: Syntax Checks -on: +on: [push] # Triggers the workflow on push or pull request events but only for the main branch - workflow_dispatch: + # workflow_dispatch: push: branches: - main