mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[CI] Fix github yaml syntax issues
This commit is contained in:
@@ -5,7 +5,7 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
branches: [mega]
|
||||
tags-ignore: '**'
|
||||
tags-ignore: ['**']
|
||||
paths-ignore:
|
||||
- 'dist/Release_notes.txt'
|
||||
- 'docs/**'
|
||||
|
||||
@@ -9,8 +9,8 @@ name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: '**'
|
||||
tags: 'mega-*'
|
||||
branches-ignore: ['**']
|
||||
tags: ['mega-*']
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user