mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-04 21:58:35 +02:00
Do full checks on release branches
This commit is contained in:
parent
42452daeb5
commit
46878035be
3 changed files with 5 additions and 1 deletions
4
.github/workflows/ci-quick-check.yml
vendored
4
.github/workflows/ci-quick-check.yml
vendored
|
@ -3,7 +3,9 @@ name: CI-quick-check
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches-ignore: main
|
||||
branches-ignore:
|
||||
- main
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
build-distribution:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue