Skip to content

Commit 2b99cbd

Browse files
committed
Update Workflow
1 parent bb6ba06 commit 2b99cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ESP32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
push:
66
paths:
77
- 'src/**'
8-
- '.github/workflows/**'
8+
- '.github/workflows/*.yml'
99
pull_request:
1010
branches:
1111
- master
1212
paths:
1313
- 'src/**'
14-
- '.github/workflows/**'
14+
- '.github/workflows/*.yml'
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)