diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index 2fdd17a..e1a731d 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -1,11 +1,9 @@ name: Format suggestions on: push: - branches: - - '**' + branches: [master] + tags: ["*"] pull_request: - branches: - - main jobs: code-style: runs-on: ubuntu-latest