Make it easier to produce 'prerelease' versions

This commit is contained in:
daz 2025-01-30 09:02:58 -07:00
parent 0b492c475f
commit 6f10c21ec5
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,8 @@ name: CI-integ-test-full
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'dist/**'

View file

@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'prerelease/**'
- 'release/**'
paths-ignore:
- 'dist/**'