We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1523e01 commit f2b48a5Copy full SHA for f2b48a5
1 file changed
.github/workflows/go.yml
@@ -47,7 +47,7 @@ jobs:
47
# For now we are not releasing the CLI, as we are making some quicker iterations
48
release:
49
needs: [test]
50
- # if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.event_name == 'push'
+ if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.event_name == 'push'
51
runs-on: ubuntu-latest
52
steps:
53
- name: Checkout
0 commit comments