We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca30bd commit bdd8c03Copy full SHA for bdd8c03
.github/workflows/publish_pypi.yml
@@ -2,7 +2,9 @@ name: Publish to Guardrails Hub
2
3
on:
4
workflow_dispatch:
5
- pull_request:
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
setup:
0 commit comments