Skip to content

Commit

Permalink
Trigger on synchronize evet
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-espressif committed Sep 21, 2021
1 parent 2f0555c commit ea8b58d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: 'build'

on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

jobs:
build:
strategy:
matrix:
idf_ver: ["v4.1", "v4.2", "v4.3"]
idf_ver: ["v4.3"]
idf_target: ["esp32"]
runs-on: ubuntu-20.04
container: espressif/idf:release-${{ matrix.idf_ver }}
Expand Down
4 changes: 2 additions & 2 deletions esp32_azure_iot_kit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.0.6-alpha"
version: "0.0.7-alpha"
description: Board Support Package for ESP32-Azure-IoT-Kit
targets:
- esp32
Expand All @@ -10,7 +10,7 @@ dependencies:

# components on the board
hts221:
version: ">=1.1.0"
version: ">=1.1.1"
public: true

ssd1306:
Expand Down

0 comments on commit ea8b58d

Please sign in to comment.