fix
This commit is contained in:
parent
e02fedfe39
commit
e77ed11a09
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -234,6 +234,8 @@ jobs:
|
|||
|
||||
dockerhub-sync-readme:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && github.event.inputs.update_readme == 'true')
|
||||
steps:
|
||||
- name: Sync README
|
||||
|
|
|
|||
Loading…
Reference in a new issue