diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 4bec8ab..98c4642 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -24,7 +24,7 @@ "with_jupyter_notebook": [], "with_install_test": ["tests/install"], "with_end2end_test": ["tests/end2end"], - "with_slack_notification": [], + "with_slack_notification": [".github/workflows/notify.yml"], "always": [".git"], }