Skip to content

Commit 9e49d4e

Browse files
committed
ci/cd
1 parent 5c9bea2 commit 9e49d4e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
tags:
66
- v*
7-
pull_request:
8-
branches:
9-
- electron-v3
107
workflow_dispatch:
118

129
jobs:

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Lint
22
on:
33
push:
44
branches:
5-
- '*'
5+
- electron-v3
66
pull_request:
7-
branches:
8-
- '*'
7+
branches:
8+
- electron-v3
99
jobs:
1010
eslint:
1111
name: ESLint

0 commit comments

Comments
 (0)