diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 29dd9b3..8530d81 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -3,7 +3,6 @@ name: CI on: # GitHub has started calling new repo's first branch "main" https://github.com/github/renaming # The cookiecutter uses the "--initial-branch" flag when it runs git-init - workflow_dispatch: push: branches: - "main" @@ -15,6 +14,7 @@ on: # Scheduled workflows run on the latest commit on the default or base branch. # (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule) - cron: "0 0 * * 0" + workflow_dispatch: jobs: test: