We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0a142 commit c3a2109Copy full SHA for c3a2109
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
- master
6
tags:
7
- "v*.*.*"
8
+ paths:
9
+ - packages/app/**
10
+ - packages/shared/**
11
workflow_call:
12
13
env:
.github/workflows/deploy-search.yml
@@ -5,6 +5,8 @@ on:
+ - packages/search/**
0 commit comments