Skip to content

Commit d5fd1c2

Browse files
authored
a
1 parent c7e268e commit d5fd1c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/plugin-updater.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
# - main
8+
- fix_plugin_updater
89
paths:
910
- webcomponents/**.js
1011
- webcomponents/**.ts
@@ -47,7 +48,7 @@ jobs:
4748
4849
pwd
4950
ls dist
50-
51+
5152
git config --local user.name "github-actions[bot]"
5253
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
5354
git add dist

0 commit comments

Comments
 (0)