Skip to content

Commit 2517b92

Browse files
committed
Update static.yml
1 parent 10d7193 commit 2517b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Trigger Netlify Build on public/ changes
33
# Only trigger if files in the public/ folder change
44
on:
55
push:
6+
branches: ["master"]
67
paths:
78
- 'public/**'
9+
- '.github/workflows/static.yml'
810

911
jobs:
1012
netlify-build:

0 commit comments

Comments
 (0)