Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 authored May 4, 2024
1 parent c7e268e commit d5fd1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugin-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_dispatch:
push:
branches:
- main
# - main
- fix_plugin_updater
paths:
- webcomponents/**.js
- webcomponents/**.ts
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
pwd
ls dist
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add dist
Expand Down

0 comments on commit d5fd1c2

Please sign in to comment.