Limit what GitHub actions need to run for specific directories

This commit is contained in:
Gabe Kangas
2022-06-29 14:34:37 -07:00
parent e7d078fbdb
commit 43aba0a67c
5 changed files with 27 additions and 17 deletions

View File

@@ -3,8 +3,10 @@
# Workflow name
name: 'Chromatic'
# Event for the workflow
on: push
on:
push:
paths:
- web/**
# List of jobs
jobs: