From 67ab4ad66de1646997c4ea408ee482d720f90e21 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 18:08:10 -0500 Subject: [PATCH] fix(ci): push main to master --- .github/workflows/aur.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 1332733..972107e 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -36,4 +36,4 @@ jobs: git remote add aur ssh://aur@aur.archlinux.org/sioyek-dev.git git add .SRCINFO git diff --cached --quiet || git commit -m "update .SRCINFO" - git push aur HEAD:main + git push aur HEAD:master