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
pull_request:
push:
branches:
- master
jobs:
build-esp-idf-component: