Skip to content

Commit

Permalink
Added workflow_dispatch trigger for CI to enable manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Aug 13, 2024
1 parent ff3b7b1 commit e18f871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e18f871

Please sign in to comment.