workflow_dispatchのときはいつでも更新をかけられるように

This commit is contained in:
かっこかり 2024-11-21 18:10:11 +09:00 committed by GitHub
parent a62e7bba7d
commit f8fde7e590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
update-misskey-hub: update-misskey-hub:
name: Update Misskey Hub (Repository Dispatch) name: Update Misskey Hub (Repository Dispatch)
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.name == 'release' && github.release.prerelease == false if: github.event.name == 'workflow_dispatch' || github.release.prerelease == false
steps: steps:
- name: Get current date - name: Get current date