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

pull/2668/head
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
1 changed files with 4 additions and 6 deletions

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
done cat << EOF
if: build.tag != null
EOF
done