We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d97de9 commit b7335e3Copy full SHA for b7335e3
.github/workflows/build.yml
@@ -13,9 +13,8 @@ jobs:
13
with:
14
submodules: 'recursive'
15
16
- - name: Build Examples
+ - name: Build main
17
uses: espressif/esp-idf-ci-action@v1
18
19
esp_idf_version: release-v5.2
20
- target: esp32s3
21
path: '.'
.github/workflows/package_main.yml
@@ -22,7 +22,6 @@ jobs:
22
23
24
25
26
27
command: 'idf.py build'
28
.github/workflows/static_analysis.yml
@@ -1,6 +1,11 @@
1
name: Static analysis
2
3
-on: [pull_request]
+on:
4
+ # 'pull_request_target' allows this Action to also run on forked repositories
5
+ # The output will be shown in PR comments (unless the 'force_console_print' flag is used)
6
+ pull_request_target:
7
+ branches:
8
+ - "*"
9
10
jobs:
11
static_analysis:
0 commit comments