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