Build images for main branch
This commit is contained in:
4
.github/workflows/esp8266-arduino.yaml
vendored
4
.github/workflows/esp8266-arduino.yaml
vendored
@@ -3,6 +3,8 @@ name: esp8266-arduino
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
@@ -47,6 +49,7 @@ jobs:
|
||||
firmware/esp8266
|
||||
|
||||
- name: Create Release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
@@ -58,6 +61,7 @@ jobs:
|
||||
prerelease: false
|
||||
|
||||
- name: Upload Release Asset
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user