We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9bea2 commit 9e49d4eCopy full SHA for 9e49d4e
.github/workflows/build.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
tags:
6
- v*
7
- pull_request:
8
- branches:
9
- - electron-v3
10
workflow_dispatch:
11
12
jobs:
.github/workflows/lint.yml
@@ -2,10 +2,10 @@ name: Lint
2
on:
3
branches:
- - '*'
+ - electron-v3
pull_request:
+ branches:
eslint:
name: ESLint
0 commit comments