Only trigger build on master when pushing.

This commit is contained in:
h2zero 2024-07-18 17:17:30 -06:00
parent c2ab790e1d
commit efa858c4cc

View file

@ -4,6 +4,8 @@ on:
workflow_dispatch: # Start a workflow workflow_dispatch: # Start a workflow
pull_request: pull_request:
push: push:
branches:
- master
jobs: jobs:
build-esp-idf-component: build-esp-idf-component: