Update workflow to run when required (#941)

This commit is contained in:
Sidharth Mohanty
2023-11-24 22:59:31 +05:30
committed by GitHub
parent 1df46b2bb3
commit bb28569abf

View File

@@ -3,7 +3,15 @@ name: ci
on:
push:
branches: [main]
paths:
- 'embedchain/**'
- 'tests/**'
- 'examples/**'
pull_request:
paths:
- 'embedchain/**'
- 'tests/**'
- 'examples/**'
jobs:
build: