Skip to content

Commit

Permalink
Update pio-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMoraes98 authored Apr 5, 2024
1 parent a394b28 commit 6ef881b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pio-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: pio-build
name: build-project
on:
push:
branches: master

jobs:
build:
name: build files
Expand All @@ -22,5 +23,6 @@ jobs:
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install platformio

- name: Build project
run: pio run

0 comments on commit 6ef881b

Please sign in to comment.