From 06f323fe479f3139c8bdc3487caf146e0a254b9d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 12 Sep 2021 21:52:02 +1000 Subject: [PATCH] Use GITHUB_BASE_REF --- .github/workflows/version.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index c37b26d059..90dba271e7 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -3,10 +3,6 @@ name: Version Numbering on: - push: - branches-ignore: - - l10* - pull_request: branches-ignore: - l10* @@ -21,4 +17,4 @@ jobs: uses: actions/checkout@v2 - name: Check version number run: | - python3 ci/check_version_number.py --branch ${{ GITHUB_REF }} \ No newline at end of file + python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }} \ No newline at end of file