We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a54f00 + 6663cc4 commit cfb985bCopy full SHA for cfb985b
1 file changed
.github/workflows/build_and_test.yml
@@ -139,7 +139,10 @@ jobs:
139
140
publish:
141
runs-on: ubuntu-latest
142
- if: github.event_name == 'release' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
+ if: github.event_name == 'DEACTIVATED'
143
+# Widechat does not need this
144
+# if: github.event_name == 'release' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
145
+
146
needs: build
147
148
steps:
0 commit comments