mirror of
https://github.com/demik/quack.git
synced 2025-04-09 10:41:46 +00:00
only start github actions when push to master/main
This commit is contained in:
parent
c3134eef71
commit
2862c505a2
9
.github/workflows/idf.yml
vendored
9
.github/workflows/idf.yml
vendored
@ -1,3 +1,10 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'main/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -7,7 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: esp-idf build
|
||||
- name: ESP-IDF build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user