We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d6a93 commit cf02e2dCopy full SHA for cf02e2d
.github/workflows/upload-artifacts.yml
@@ -1,8 +1,9 @@
1
name: "Generate and upload distributions"
2
on:
3
push:
4
- branches:
5
- - release/**
+# todo: test it in pr
+# branches:
6
+# - release/**
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments