Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 committed Oct 10, 2024
1 parent bb6ba06 commit 2b99cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
push:
paths:
- 'src/**'
- '.github/workflows/**'
- '.github/workflows/*.yml'
pull_request:
branches:
- master
paths:
- 'src/**'
- '.github/workflows/**'
- '.github/workflows/*.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 2b99cbd

Please sign in to comment.