Skip to content

Commit f2b48a5

Browse files
run only for main branch push (revert)
1 parent 1523e01 commit f2b48a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# For now we are not releasing the CLI, as we are making some quicker iterations
4848
release:
4949
needs: [test]
50-
# if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.event_name == 'push'
50+
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.event_name == 'push'
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout

0 commit comments

Comments
 (0)