commit
ef70edf17b
1 changed files with 15 additions and 1 deletions
16
.github/workflows/eslint.yml
vendored
16
.github/workflows/eslint.yml
vendored
|
@ -1,5 +1,19 @@
|
|||
name: ESLint
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '!docs'
|
||||
- '!develop'
|
||||
- '!master'
|
||||
- '!gh-pages'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
- '!docs'
|
||||
- '!develop'
|
||||
- '!master'
|
||||
- '!gh-pages'
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue