fix(ci): Add missing asterisk to path-ignore elements with nested structure

This commit is contained in:
TwiN 2023-02-09 21:23:29 -05:00
parent 26611b7793
commit 45fe7beb6d

View File

@ -3,14 +3,14 @@ on:
pull_request:
paths-ignore:
- '*.md'
- '.examples/*'
- '.examples/**'
push:
branches:
- master
paths-ignore:
- '*.md'
- '.github/*'
- '.examples/*'
- '.github/**'
- '.examples/**'
jobs:
test:
runs-on: ubuntu-latest