mirror of https://github.com/ColorlibHQ/AdminLTE
Run CI for master too. (#2761)
parent
cfe81189f5
commit
092028bb49
|
@ -1,10 +1,12 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
branches:
|
||||||
types:
|
- "**"
|
||||||
- created
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- devel
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
branches:
|
||||||
types:
|
- "**"
|
||||||
- created
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
Loading…
Reference in New Issue