Skip to content

Commit

Permalink
Make it easier to produce 'prerelease' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 30, 2025
1 parent 0b492c4 commit 6f10c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-integ-test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI-integ-test-full
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'dist/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'prerelease/**'
- 'release/**'
paths-ignore:
- 'dist/**'
Expand Down

0 comments on commit 6f10c21

Please sign in to comment.