Skip to content

Commit

Permalink
fixed issue with devel branch on new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Apr 24, 2024
1 parent ebc4a8a commit ff0c76d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PlatformIO
on:
push:
branches:
- master
- devel
paths-ignore:
- '**/README.md'

Expand All @@ -13,12 +13,6 @@ on:
paths-ignore:
- '**/README.md'

pull_request:
branches:
- devel
paths-ignore:
- '**/README.md'

jobs:
build_linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff0c76d

Please sign in to comment.