mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-21 15:51:03 -05:00
Run full check on any change to main
This commit is contained in:
parent
29c0906b64
commit
585b565652
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci-full-check.yml
vendored
7
.github/workflows/ci-full-check.yml
vendored
|
@ -2,17 +2,10 @@ name: CI-full-check
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types:
|
||||
- assigned
|
||||
- review_requested
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release/**
|
||||
paths:
|
||||
- '.github/**'
|
||||
- 'action.yml'
|
||||
|
||||
jobs:
|
||||
action-inputs:
|
||||
|
|
Loading…
Reference in a new issue