]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: add explicit tags-ignore to workflows
authorDylan Young <dylanyoungmeijer@gmail.com>
Mon, 8 Jun 2026 00:31:30 +0000 (21:31 -0300)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 26 Jun 2026 15:28:51 +0000 (17:28 +0200)
.github/workflows/3rd-party-tests.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/tests.yml

index d40121a1e65cc4e49754b65d2e65ba7aa7f8d016..ca14010a96236d84a26ca20a9d6398e86ee160ae 100644 (file)
@@ -11,6 +11,8 @@ on:
     paths-ignore:
       - "docs/*"
       - "tools/*"
+    tags-ignore:
+      - "**"
   workflow_dispatch:
 
 concurrency:
index b3c08a8b98cda144b16511ccf70419f243122526..b49cc59fc7cd080f0510c783f0b19d7be6009ee6 100644 (file)
@@ -5,6 +5,8 @@ on:
     branches:
       # This should match the DOC3_BRANCH value in the psycopg-website Makefile
       - master
+    tags-ignore:
+      - "**"
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref_name }}
index d511ac87a557ac0cfa46be260a056ee7939c2bd9..9edce1955d43280753a5bd9eaaef746139d18c94 100644 (file)
@@ -6,6 +6,8 @@ on:
     # on.<push|pull_request>.<branches|tags> GitHub Actions docs.
     branches:
       - "**"
+    tags-ignore:
+      - "**"
   pull_request:
   schedule:
     - cron: '18 6 * * *'
index f193d3cecb2cc3e72311b09f57f5d7f0fa0bf99b..838d0af3aa266d65db5495797f461816178cce1f 100644 (file)
@@ -6,6 +6,8 @@ on:
     # on.<push|pull_request>.<branches|tags> GitHub Actions docs.
     branches:
       - "**"
+    tags-ignore:
+      - "**"
     paths-ignore:
       - README.rst
       - "docs/*"