Skip to content

Commit 6f10c21

Browse files
committed
Make it easier to produce 'prerelease' versions
1 parent 0b492c4 commit 6f10c21

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci-integ-test-full.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI-integ-test-full
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- 'main'
68
paths:
79
- 'dist/**'
810

.github/workflows/ci-update-dist.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 'main'
8+
- 'prerelease/**'
89
- 'release/**'
910
paths-ignore:
1011
- 'dist/**'

0 commit comments

Comments
 (0)