Merge pull request #342 from gabsuren/ci/fix_workflow_run

ci(common): start coverage publish action only against master branch
This commit is contained in:
Suren
2023-08-16 11:36:30 +04:00
committed by GitHub

View File

@ -5,6 +5,8 @@ on:
workflows: ["websocket: build/host-tests", "esp-modem: build/host-tests"]
types:
- completed
branches:
- master
jobs:
publish_github_pages: