Skip to content

Commit cf02e2d

Browse files
committed
test
1 parent a1d6a93 commit cf02e2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: "Generate and upload distributions"
22
on:
33
push:
4-
branches:
5-
- release/**
4+
# todo: test it in pr
5+
# branches:
6+
# - release/**
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)