diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 0112669..e7b9056 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -10,6 +10,7 @@ on: - "!master" schedule: - cron: "0 0 * * *" + workflow_dispatch: {} jobs: lint: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a91184..d2a6fcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ on: - master schedule: - cron: "0 0 * * *" + workflow_dispatch: {} jobs: lint: