Skip to content

Commit

Permalink
do not triger bundle web app on docs update (owncast#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFTabriz authored Dec 26, 2022
1 parent bf227b8 commit 7c91099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bundle-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
- webv2
- develop
paths:
- web/**
- 'web/**'
paths-ignore:
- '**.md'

jobs:
bundle:
Expand Down

0 comments on commit 7c91099

Please sign in to comment.