Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jan 29, 2024
1 parent c7898a9 commit 4c4d0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- src/**/*.h
- tools/gyp/**
- tools/test.py
- '.github/workflows/build-windows.yml'
- .github/workflows/build-windows.yml
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
Expand All @@ -24,7 +24,7 @@ on:
- src/**/*.h
- tools/gyp/**
- tools/test.py
- '.github/workflows/build-windows.yml'
- .github/workflows/build-windows.yml

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 4c4d0cf

Please sign in to comment.