diff options
Diffstat (limited to '.github/workflows/lintcommit.yml')
-rw-r--r-- | .github/workflows/lintcommit.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml index aa56de6d6a..49dc7f3e66 100644 --- a/.github/workflows/lintcommit.yml +++ b/.github/workflows/lintcommit.yml @@ -1,10 +1,9 @@ -name: "lintcommit" +name: lintcommit on: pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: - 'master' - - 'release-[0-9]+.[0-9]+' jobs: lint-commits: runs-on: ubuntu-latest |