Run CI for master too. (#2761)

This commit is contained in:
XhmikosR
2020-06-01 21:32:29 +03:00
committed by GitHub
parent cfe81189f5
commit 092028bb49
2 changed files with 11 additions and 6 deletions

View File

@@ -1,10 +1,12 @@
name: CI
on:
push:
branches:
- master
pull_request:
release:
types:
- created
branches:
- "**"
env:
CI: true

View File

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