mirror of
https://github.com/gradle/actions.git
synced 2025-02-03 15:26:42 -05:00
Make it easier to produce 'prerelease' versions
This commit is contained in:
parent
0b492c475f
commit
6f10c21ec5
2 changed files with 3 additions and 0 deletions
2
.github/workflows/ci-integ-test-full.yml
vendored
2
.github/workflows/ci-integ-test-full.yml
vendored
|
@ -3,6 +3,8 @@ name: CI-integ-test-full
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'dist/**'
|
||||
|
||||
|
|
1
.github/workflows/ci-update-dist.yml
vendored
1
.github/workflows/ci-update-dist.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'prerelease/**'
|
||||
- 'release/**'
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
|
|
Loading…
Reference in a new issue