We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d7193 commit 2517b92Copy full SHA for 2517b92
.github/workflows/static.yml
@@ -3,8 +3,10 @@ name: Trigger Netlify Build on public/ changes
3
# Only trigger if files in the public/ folder change
4
on:
5
push:
6
+ branches: ["master"]
7
paths:
8
- 'public/**'
9
+ - '.github/workflows/static.yml'
10
11
jobs:
12
netlify-build:
0 commit comments