We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1425c1a commit 7d20152Copy full SHA for 7d20152
.github/workflows/release.yml
@@ -3,6 +3,8 @@ name: Publish prompt-declaration-language to PyPI and TestPyPI
3
4
on:
5
push:
6
+ branches:
7
+ - "main"
8
workflow_dispatch:
9
10
jobs:
0 commit comments