mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Make it easier to produce 'prerelease' versions
This commit is contained in:
parent
0b492c475f
commit
6f10c21ec5
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…
x
Reference in New Issue
Block a user