Skip to content

Commit 4c4d0cf

Browse files
authored
lint
1 parent c7898a9 commit 4c4d0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- src/**/*.h
1010
- tools/gyp/**
1111
- tools/test.py
12-
- '.github/workflows/build-windows.yml'
12+
- .github/workflows/build-windows.yml
1313
types: [opened, synchronize, reopened, ready_for_review]
1414
push:
1515
branches:
@@ -24,7 +24,7 @@ on:
2424
- src/**/*.h
2525
- tools/gyp/**
2626
- tools/test.py
27-
- '.github/workflows/build-windows.yml'
27+
- .github/workflows/build-windows.yml
2828

2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)