From 50bac361b0fe1c8a6768fe6aaa1c052d3b4c8fc9 Mon Sep 17 00:00:00 2001 From: ylakhdar Date: Fri, 9 Jun 2023 12:15:49 -0400 Subject: [PATCH] ci: fix typo in GH workflow --- .github/workflows/pr-title-semantic-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index 96bf265e..2f50d6ed 100644 --- a/.github/workflows/pr-title-semantic-lint.yml +++ b/.github/workflows/pr-title-semantic-lint.yml @@ -1,11 +1,11 @@ name: PrTitleSemanticLint on: pull_request: - branches: [master] + branches: [main] types: [opened, edited, synchronize, reopened] jobs: Lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: