]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: Allow lint and test on any branch
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Mar 2021 01:41:39 +0000 (02:41 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Mar 2021 01:41:39 +0000 (02:41 +0100)
.github/workflows/lint.yml
.github/workflows/tests.yml

index d70c80a710646468b57c5684c7c8ba166bf7d160..29a3b4e919a02a80424edc317ca0add454656453 100644 (file)
@@ -2,9 +2,7 @@ name: Lint
 
 on:
   push:
-    branches: [ master ]
   pull_request:
-    branches: [ master ]
 
 jobs:
   lint:
index 330e3c8e83e76785eb34700635c166a373bdad69..e0e66385c67894364fe1896be019f82dd32dc663 100644 (file)
@@ -2,11 +2,7 @@ name: Tests
 
 on:
   push:
-    branches:
-      - master
-      - ci-gh-actions
   pull_request:
-    branches: [ master ]
 
 jobs:
   python: