We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a8dc8 commit 0c51fedCopy full SHA for 0c51fed
.github/workflows/examples.yml
@@ -1,4 +1,4 @@
1
-name: CI Examples Arduino IDF 5.4.x based
+name: CI Examples Arduino IDF 5.5.x based
2
3
on:
4
workflow_dispatch: # Manually start a workflow
.github/workflows/release_zips.yml
@@ -3,7 +3,7 @@ name: Create zip file with recursive source clone for release
push:
5
tags:
6
- - 54*
+ - 5*
7
8
jobs:
9
release_zips:
0 commit comments