From f046b68371ae8c2f8dbe671a5166136d8dcb25a3 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 13 May 2022 19:34:28 +0200 Subject: [PATCH] Update workflows running on every branch --- .github/workflows/ci.yml | 6 +----- .github/workflows/codeql-analysis.yml | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7887e0c..44c7ac6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [ push, pull_request ] jobs: test: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b7d4dfe..e0f5470 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,7 @@ name: "CodeQL" on: push: - branches: [ master ] pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] schedule: - cron: '40 3 * * 2'