diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 2938293..e172514 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -11,6 +11,7 @@ name: Checks pull_request: branches: - '*' + workflow_dispatch: {} permissions: checks: write contents: read diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d6cd75d..a46ed04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,7 @@ name: CI - '*' paths-ignore: - '**.md' + workflow_dispatch: {} permissions: contents: read jobs: diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 7c894cb..8596c34 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -13,6 +13,7 @@ name: CodeQL - master schedule: - cron: '00 07 * * 1' + workflow_dispatch: {} permissions: actions: read contents: read