1

Scope ewpratten.com CI

This commit is contained in:
Evan Pratten 2024-11-14 11:11:38 -05:00
parent 9d35d3b186
commit 65c20be631
2 changed files with 4 additions and 0 deletions

@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- '.github/workflows/ewp-fyi.yml'
- 'sites/ewp.fyi/**'
jobs:

@ -2,6 +2,9 @@ name: Deploy ewpratten.com
on:
push:
paths:
- '.github/workflows/ewpratten-com.yml'
- 'sites/ewpratten.com/**'
jobs: