fix preview
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name: Blog Preview Deployment
|
name: Preview Deployment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'blog/**' # Triggers only on pushes to branches starting with 'blog/'
|
- 'feature/**' # Triggers only on pushes to branches containing '/'
|
||||||
|
- 'fix/**' # Triggers only on pushes to branches containing '/'
|
||||||
|
- 'blog/**' # Triggers only on pushes to branches containing '/'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-preview:
|
deploy-preview:
|
||||||
Reference in New Issue
Block a user