XhmikosR
4 years ago
|
@@ -1,10 +1,12 @@
|
|
|
name: CI
|
|
|
|
|
|
on:
|
|
|
+ push:
|
|
|
+ branches:
|
|
|
+ - master
|
|
|
pull_request:
|
|
|
- release:
|
|
|
- types:
|
|
|
- - created
|
|
|
+ branches:
|
|
|
+ - "**"
|
|
|
|
|
|
env:
|
|
|
CI: true
|
|
@@ -1,10 +1,13 @@
|
|
|
name: Lint
|
|
|
|
|
|
on:
|
|
|
+ push:
|
|
|
+ branches:
|
|
|
+ - devel
|
|
|
+ - master
|
|
|
pull_request:
|
|
|
- release:
|
|
|
- types:
|
|
|
- - created
|
|
|
+ branches:
|
|
|
+ - "**"
|
|
|
|
|
|
env:
|
|
|
CI: true
|