diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 0b0c992..29dd9b3 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -3,6 +3,7 @@ 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"