Skip to content

Commit d856a30

Browse files
committed
Attempting to change the behavior of Electron build action
1 parent 30487bd commit d856a30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test_electron.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Electron build
22

3-
on:
4-
push: # pull_request:
5-
branches: [ electron ] # master
3+
on: workflow_dispatch
4+
5+
#on:
6+
# push: # pull_request:
7+
# branches: [ electron ] # master
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)