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

View File

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

View File

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