Skip to content

Commit 8e95e38

Browse files
authored
Update upload-artifacts.yml
1 parent 9db4e04 commit 8e95e38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/upload-artifacts.yml

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

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)