Only deploy when certain paths are matched

This commit is contained in:
Eric Allam
2022-03-02 09:39:08 +00:00
parent 2b52e8ba3d
commit b749d2ab80
+14
View File
@@ -3,6 +3,20 @@ name: CI
on:
push:
branches: [main]
paths:
- ".github/workflows/main.yml"
- "app/**/*.ts"
- "app/**/*.tsx"
- "public/*"
- "styles/*"
- "worker/*"
- "package.json"
- "package-lock.json"
- "remix.config.js"
- "tsconfig.json"
- "wrangler.toml"
- "remix.env.d.ts"
- "tailwind.config.js"
workflow_dispatch: