only create AUR PR if it is a stable release

This commit is contained in:
Armin Schrenk
2025-09-26 15:39:05 +02:00
parent b9e91115b4
commit afda8a4981

View File

@@ -199,7 +199,7 @@ jobs:
name: Create PR for aur-bin repo
needs: [build, get-version]
runs-on: ubuntu-latest
if: github.event_name == 'release'
if: github.event_name == 'release' && needs.get-version.outputs.versionType == 'stable'
steps:
- name: Download AppImages
uses: actions/download-artifact@v5