Skip to content

Commit

Permalink
fix(webui): ci paths
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Apr 24, 2024
1 parent e834c1e commit 3533e0d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
name: webui ci

on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- .github/workflows/webui.yml
- webui/**
pull_request:
branches: ['main']
branches: [ "main" ]
paths:
- '.github/workflows/webui.yml'
- 'webui/**'
- .github/workflows/webui.yml
- webui/**

jobs:
build:
Expand Down

0 comments on commit 3533e0d

Please sign in to comment.