Skip to content

Commit

Permalink
Update platformIO.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinroger authored Nov 29, 2024
1 parent 7d31f23 commit f9e10f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/platformIO.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: PlatformIO CI

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened,edited,synchronize,review_requested,closed]

jobs:
build:
Expand Down

0 comments on commit f9e10f4

Please sign in to comment.