mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +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:
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
- release/*
|
||||
- 'main'
|
||||
- 'release/**'
|
||||
paths:
|
||||
- dist**
|
||||
pull_request:
|
||||
paths:
|
||||
- dist/**
|
||||
- 'dist/**'
|
||||
|
||||
permissions:
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release/**
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
- 'main'
|
||||
- 'release/**'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
Loading…
x
Reference in New Issue
Block a user