diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index ceaa55d8..5e61f67b 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -6,6 +6,7 @@ env: # SPDX identifier: https://spdx.org/licenses/ EXPECTED_LICENSE_TYPE: CC0-1.0 +# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows on: push: paths: @@ -25,6 +26,8 @@ on: - "[lL][iI][cC][eE][nN][cCsS][eE]*" - "[oO][fF][lL]*" - "[pP][aA][tT][eE][nN][tT][sS]*" + workflow_dispatch: + repository_dispatch: jobs: check-license: