diff --git a/.github/workflows/VersionVigilante.yml b/.github/workflows/VersionVigilante.yml index 5881ece82..be406e23e 100644 --- a/.github/workflows/VersionVigilante.yml +++ b/.github/workflows/VersionVigilante.yml @@ -14,7 +14,7 @@ jobs: using Pkg Pkg.add("VersionVigilante") using VersionVigilante - VersionVigilante.main("https://github.com/${{ github.repository }}", master_branch="main") + VersionVigilante.main("https://github.com/${{ github.repository }}", master_branch="master") shell: julia {0} - name: ✅ Un-Labeller (if success) if: (steps.versionvigilante_main.outputs.compare_versions == 'success') && (success() || failure())