Skip to content

Commit

Permalink
fixup! tools: lint version numbers in doc only in the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 16, 2021
1 parent e2f9304 commit bf391df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Environment Information
run: npx envinfo
- name: Get release version numbers
if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.default_branch }}
if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
id: get-released-versions
run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
- name: Lint docs
Expand Down

0 comments on commit bf391df

Please sign in to comment.