Skip to content

Commit

Permalink
fix(github): Set paths properly
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Sep 27, 2023
1 parent cb819f3 commit 96ebadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Site
on:
push: { branches: [ "edge" ], paths: ["srv"] }
pull_request: { branches: [ "edge" ], paths: ["srv"] }
push: { branches: [ "edge" ], paths: ["srv/**"] }
pull_request: { branches: [ "edge" ], paths: ["srv/**"] }
workflow_dispatch:
jobs:
site:
Expand Down

0 comments on commit 96ebadf

Please sign in to comment.