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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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