Update update_thanks.yml

This commit is contained in:
Juzlus 2026-06-10 14:02:06 +02:00
parent 12df88ac02
commit abe5e3ff56

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
update: update:
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' || github.event_name == 'push'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions: