diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0f0ea7..45aafd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: tags: - 'v*' + branches-ignore: + - '**' workflow_dispatch: inputs: tag: diff --git a/.gitignore b/.gitignore index 44eede1..1670e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,8 @@ C:* node_modules/ .pnpm-store/ __pycache__/ +# cc-taskrunner worktree protection +C:* +node_modules/ +.pnpm-store/ +__pycache__/