mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
Update actions config file one more time!
This commit is contained in:
9
.github/workflows/CrossBuild.yml
vendored
9
.github/workflows/CrossBuild.yml
vendored
@@ -3,10 +3,13 @@ name: Cross-Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore: [ master ethernet_idf4.3]
|
branches:
|
||||||
|
- 'master-cmake'
|
||||||
|
- '!**4.3'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore: [ master ethernet_idf4.3 ]
|
branches:
|
||||||
|
- 'master-cmake'
|
||||||
|
- '!**4.3'
|
||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
name: Build Number
|
name: Build Number
|
||||||
|
|||||||
9
.github/workflows/esp-idf-v4.3-build.yml
vendored
9
.github/workflows/esp-idf-v4.3-build.yml
vendored
@@ -1,11 +1,12 @@
|
|||||||
# This is a basic workflow to help you get started with Actions
|
# This is a basic workflow to help you get started with Actions
|
||||||
name: ESP-IDF v4.3
|
name: ESP-IDF v4.3.1
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
push:
|
||||||
branches: [ ethernet_idf4.3 ]
|
branches:
|
||||||
|
- '**4.3'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ ethernet_idf4.3 ]
|
branches:
|
||||||
|
- '**4.3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
|
|||||||
Reference in New Issue
Block a user