Skip to content

Commit d4638ff

Browse files
Update cicd.yml
1 parent 679c678 commit d4638ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish-py-package:
3232
needs: [run-linter]
3333
runs-on: ubuntu-latest
34-
if: github.ref_name == 'dev'
34+
if: github.ref_name == 'main'
3535

3636
steps:
3737
- name: Checkout this repository

0 commit comments

Comments
 (0)