Skip to content

Commit

Permalink
Merge pull request #83 from Flow-Launcher/web-components-workflow-fix
Browse files Browse the repository at this point in the history
Exclude webcomponents/dist from workflow paths
  • Loading branch information
jjw24 authored May 4, 2024
2 parents aa222ae + 4c05ce6 commit efcd618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/plugin-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- webcomponents/**.ts
- webcomponents/**.json
- webcomponents/**.svelte
- "!webcomponents/dist/**"

jobs:
build-webcomponents:
Expand Down

0 comments on commit efcd618

Please sign in to comment.