Update update_thanks.yml

This commit is contained in:
Juzlus 2026-06-29 18:28:51 +02:00
parent a2aeabdfae
commit f97911d67c

View file

@ -1,13 +1,10 @@
name: Update Contributors & Thanks
on:
pull_request:
types: [closed]
workflow_dispatch:
jobs:
update:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' || github.event_name == 'push'
runs-on: ubuntu-latest
permissions: