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: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- 'main'
paths: paths:
- 'dist/**' - 'dist/**'

View file

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