We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee151a commit 4aa5395Copy full SHA for 4aa5395
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.41-1-gf72b639
+_commit: v0.0.41-2-g01ccd8c
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
.github/workflows/ci.yaml
@@ -5,6 +5,7 @@ on:
branches-ignore:
6
- 'gh-readonly-queue/**' # don't run (again) when on these special branches created during merge groups; the `on: merge_group` already triggers it.
7
merge_group:
8
+ workflow_dispatch:
9
10
env:
11
PYTHONUNBUFFERED: True
0 commit comments