diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index db754131..783d7288 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -1,7 +1,10 @@ name: autoupdate on: push: - branches: [master] + branches: + - main + - master + - trunk jobs: autoupdate: name: autoupdate