Skip to content

Commit

Permalink
Merge pull request #73 from b5i/patch-1
Browse files Browse the repository at this point in the history
Removed main limit for GitHub actions
  • Loading branch information
Charles-Mahoudeau authored May 22, 2024
2 parents 7eabde9 + 724fbf5 commit 3c2fa7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: PlatformIO
on:
push:
branches:
- main
- '**'
pull_request:
branches:
- main
- '**'

jobs:
espBuild:
Expand Down

0 comments on commit 3c2fa7d

Please sign in to comment.