mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-07-10 23:09:13 +00:00
Add paths-ignore to GitHub Actions for build workflow
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -3,8 +3,18 @@ name: Build Project
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'ISSUE_TEMPLATE/**'
|
||||||
|
- 'workflows/**'
|
||||||
|
- '.vsocde/**'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'ISSUE_TEMPLATE/**'
|
||||||
|
- 'workflows/**'
|
||||||
|
- '.vsocde/**'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Reference in New Issue
Block a user