Prevent mimalloc release tag recursively triggering another release (#27)
authorAdrian Grucza <46910040+apgrucza@users.noreply.github.com>
Tue, 28 May 2024 23:56:53 +0000 (09:56 +1000)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 23:56:53 +0000 (19:56 -0400)
.github/workflows/main.yml

index 6317f4dc6fe0e93632faaf14ae8932b3cdae4fb5..fcfcba06fd630405f1fe47f501a732f94ae73f12 100644 (file)
@@ -6,6 +6,7 @@ on:
     branches: [ "main" ]
     tags:
       - 'REL-*'
+      - '!REL-*-mimalloc'
   pull_request:
     branches: [ "main" ]