Skip to content

Commit 3f82ce1

Browse files
committed
ci: update
1 parent d97c5bd commit 3f82ce1

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/build-electron.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
name: Build
1+
name: build-electron
22

33
on:
44
push:
5-
branches: [main, develop]
6-
paths-ignore:
7-
- '**.md'
8-
- '**.spec.js'
9-
- '.idea'
10-
- '.vscode'
11-
- '.dockerignore'
12-
- 'Dockerfile'
13-
- '.gitignore'
14-
- '.github/**'
15-
- '!.github/workflows/build.yml'
5+
branches: ["main", "develop"]
6+
pull_request:
7+
branches: ["main"]
168

179
jobs:
1810
build:

0 commit comments

Comments
 (0)