mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Allow manual trigger of CI pipelines
This commit is contained in:
parent
25ec178747
commit
3e3c80e9b4
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci-full-check.yml
vendored
1
.github/workflows/ci-full-check.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: CI-full-check
|
name: CI-full-check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- assigned
|
- assigned
|
||||||
|
|
1
.github/workflows/ci-quick-check.yml
vendored
1
.github/workflows/ci-quick-check.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: CI-quick-check
|
name: CI-quick-check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches-ignore: main
|
branches-ignore: main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue