ci: publish authelia-git aur only on releases (#2666)
parent
255aaeb2ad
commit
a689ffe372
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue