mirror of
https://github.com/gradle/gradle-build-action
synced 2024-11-23 10:02:15 +00:00
Run quick-check on main
This commit is contained in:
parent
f02f491d0d
commit
595fa85721
2 changed files with 0 additions and 7 deletions
4
.github/workflows/ci-full-check.yml
vendored
4
.github/workflows/ci-full-check.yml
vendored
|
@ -2,10 +2,6 @@ name: CI-full-check
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
action-inputs:
|
||||
|
|
3
.github/workflows/ci-quick-check.yml
vendored
3
.github/workflows/ci-quick-check.yml
vendored
|
@ -3,9 +3,6 @@ name: CI-quick-check
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
- release/**
|
||||
|
||||
jobs:
|
||||
action-inputs:
|
||||
|
|
Loading…
Reference in a new issue