Skip to content

Commit 34a760a

Browse files
reymondzzzzMarcMcIntosh
authored andcommitted
add workflow_dispatch to gui workflow
Author: Kirill Starkov <starkov.kirill123@gmail.com> interactive rebase in progress; onto ef315dc Last commands done (3 commands done): pick 5a931a3 ci: remove file added to trigger build pick 3c8a614 add workflow_dispatch to gui workflow No commands remaining. You are currently rebasing branch 'main-stable' on 'ef315dc72'. Changes to be committed: modified: .github/workflows/agent_gui_build.yml
1 parent 870bc5c commit 34a760a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/agent_gui_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches: [main, dev]
66
paths:
7-
- 'refact-agent/gui/**'
8-
- '.github/workflows/agent_gui_*'
7+
- "refact-agent/gui/**"
8+
- ".github/workflows/agent_gui_*"
99
pull_request:
1010
paths:
11-
- 'refact-agent/gui/**'
12-
- '.github/workflows/agent_gui_*'
11+
- "refact-agent/gui/**"
12+
- ".github/workflows/agent_gui_*"
1313
workflow_dispatch:
1414

1515
defaults:
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-node@v3
3232
with:
3333
node-version: ${{ matrix.node-version }}
34-
cache: 'npm'
34+
cache: "npm"
3535
cache-dependency-path: refact-agent/gui/package-lock.json
3636

3737
# Disable Husky install during npm ci

0 commit comments

Comments
 (0)