Skip to content

Commit

Permalink
Update pio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz authored Jul 28, 2024
1 parent a63a9c2 commit 70ec7dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pio.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: PlatformIO CI

on: [push]
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70ec7dd

Please sign in to comment.