mirror of
https://github.com/gradle/actions.git
synced 2025-08-23 10:21:28 +08:00
Simplify the workflow triggers
This commit is contained in:
parent
7b822e51a5
commit
0be451eca3
@ -4,13 +4,10 @@ name: CI-check-no-dist-update
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- main
|
- 'main'
|
||||||
- release/*
|
- 'release/**'
|
||||||
paths:
|
paths:
|
||||||
- dist**
|
- 'dist/**'
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- dist/**
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
6
.github/workflows/ci-update-dist.yml
vendored
6
.github/workflows/ci-update-dist.yml
vendored
@ -4,10 +4,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- 'main'
|
||||||
- release/**
|
- 'release/**'
|
||||||
paths-ignore:
|
|
||||||
- 'dist/**'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user