Allow merging unrelated histories

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 11:58:55 +02:00
parent a383314040
commit 4c3f415759

@ -1,3 +1,4 @@
name: Workflows
on:
push:
branches:
@ -23,7 +24,7 @@ jobs:
run: git fetch aur
- name: Merge latest changes
run: git merge aur/master
run: git merge aur/master --allow-unrelated-histories
- name: Push changes (if any)
run: git push origin master