mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
Make GitHub CI ignore some folders
This commit is contained in:
parent
8d5d3777c0
commit
7c36ea3f9b
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -1,6 +1,14 @@
|
||||
name: Build binaries
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'HBC/**'
|
||||
- 'Languages/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'HBC/**'
|
||||
- 'Languages/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user