diff options
author | Michael M. Chang <[email protected]> | 2022-02-06 13:35:48 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-06 13:35:48 -0500 |
commit | ca49b48814b1e25a72c74d048924ba6074ca85a9 (patch) | |
tree | aa4eb917b1ff136d1ae4f392217735f0e268df89 /.github/workflows | |
parent | 2b9a93deb0191a15953110fcbbbb3327ed7c791f (diff) | |
download | SponsorBlock-ca49b48814b1e25a72c74d048924ba6074ca85a9.tar.gz SponsorBlock-ca49b48814b1e25a72c74d048924ba6074ca85a9.zip |
workflow_dispatch
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 596502ef..7a10ece8 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -6,6 +6,7 @@ on: paths: - 'package.json' - 'package-lock.json' + workflow_dispatch: jobs: update-oss: |