Skip to content

Commit b09da50

Browse files
Enable CI for main and tags
1 parent 6855e9c commit b09da50

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches: [ github-actions ]
5+
branches:
6+
- main
7+
tags:
8+
- "v*"
69

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

0 commit comments

Comments
 (0)