From 092028bb4914f3ac006e54d07f8f6568df9437a9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Jun 2020 21:32:29 +0300 Subject: [PATCH] Run CI for master too. (#2761) --- .github/workflows/ci.yml | 8 +++++--- .github/workflows/lint.yml | 9 ++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0874236e8..c70f192df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,12 @@ name: CI on: + push: + branches: + - master pull_request: - release: - types: - - created + branches: + - "**" env: CI: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a19372f4d..88ca9f033 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,10 +1,13 @@ name: Lint on: + push: + branches: + - devel + - master pull_request: - release: - types: - - created + branches: + - "**" env: CI: true