Update update_thanks.yml
This commit is contained in:
parent
12df88ac02
commit
abe5e3ff56
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_thanks.yml
vendored
2
.github/workflows/update_thanks.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue