Skip to content

Commit

Permalink
Update workflow to run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent f9f2d41 commit e1991d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: PlatformIO
push:
branches:
- master
pull_request:
pull_request: null
jobs:
platformio:
name: PlatformIO Build
Expand All @@ -28,3 +28,6 @@ jobs:
run: pio lib -g install file://.
- name: Build example
run: pio ci --board=esp32dev examples/platform_io_example.ino
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

0 comments on commit e1991d7

Please sign in to comment.