From: Daniele Varrazzo Date: Tue, 2 Mar 2021 01:41:39 +0000 (+0100) Subject: ci: Allow lint and test on any branch X-Git-Tag: 3.0.dev0~94^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b73143ee0fbbc0d0f0d2f1201df57e9365083292;p=thirdparty%2Fpsycopg.git ci: Allow lint and test on any branch --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d70c80a71..29a3b4e91 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,7 @@ name: Lint on: push: - branches: [ master ] pull_request: - branches: [ master ] jobs: lint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 330e3c8e8..e0e66385c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,11 +2,7 @@ name: Tests on: push: - branches: - - master - - ci-gh-actions pull_request: - branches: [ master ] jobs: python: