There was an error while loading. Please reload this page.
1 parent 679c678 commit d4638ffCopy full SHA for d4638ff
1 file changed
.github/workflows/cicd.yml
@@ -31,7 +31,7 @@ jobs:
31
publish-py-package:
32
needs: [run-linter]
33
runs-on: ubuntu-latest
34
- if: github.ref_name == 'dev'
+ if: github.ref_name == 'main'
35
36
steps:
37
- name: Checkout this repository
0 commit comments