Skip to content

Commit

Permalink
Enable CI for main and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsmariocom committed Jan 1, 2021
1 parent 6855e9c commit b09da50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: CI

on:
push:
branches: [ github-actions ]
branches:
- main
tags:
- "v*"

jobs:
platformio-build:
Expand All @@ -23,3 +26,4 @@ jobs:
with:
name: firmware.elf
path: .pio/build/d1_mini_lite/firmware.elf
if: ${{ github.ref == 'ref/head/v*' }}

0 comments on commit b09da50

Please sign in to comment.