diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index cc2af9d..dad2dea 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -1,6 +1,9 @@ name: Autoformat and Lint on: + push: + branches: + - main pull_request: jobs: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79d5202..51ce845 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,10 @@ name: Build on: - pull_request: + push: + branches: + - main +# pull_request: jobs: macos: