Skip to content

Commit

Permalink
fix compose-site workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Dec 7, 2023
1 parent 854afbd commit 6ea954a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compile-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ name: compile-site

on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths:
- site/**
push:
branches: ['**']
paths:
- 'site/**'
- site/**

jobs:
compile-site:
Expand Down

0 comments on commit 6ea954a

Please sign in to comment.