ci: publish authelia-git aur only on releases (#2666)

This commit is contained in:
James Elliott 2021-12-03 15:56:31 +11:00 committed by GitHub
parent 255aaeb2ad
commit a689ffe372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,9 @@ if [[ "${AUR_PACKAGE}" != "authelia-git" ]]; then
cat << EOF cat << EOF
depends_on: depends_on:
- "artifacts" - "artifacts"
if: build.tag != null
EOF
else
cat << EOF
if: build.branch == "master"
EOF EOF
fi fi
cat << EOF
if: build.tag != null
EOF
done done