mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types:
|
||||
- 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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches-ignore: main
|
||||
|
||||
|
|
Loading…
Reference in a new issue