diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b7526b16..704c8049c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ on: # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests) push: branches: - - master - - '**/compat/*' + - 'v3.6/213' paths-ignore: - '.idea/**' - '.run/**'