mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Reduce overlap of ci workflows
This commit is contained in:
parent
66050d88b2
commit
0c3292abfb
3 changed files with 11 additions and 5 deletions
6
.github/workflows/ci-verify-outputs.yml
vendored
6
.github/workflows/ci-verify-outputs.yml
vendored
|
@ -2,8 +2,12 @@ name: verify-outputs
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
types:
|
||||
- assigned
|
||||
- review_requested
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue