diff options
author | Tom Forbes <tom@tomforb.es> | 2020-12-06 15:55:12 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2020-12-06 15:55:12 +0000 |
commit | 9b4dda6ff50a231ef54c6c57e88c6a62be98eb92 (patch) | |
tree | 8ae0ea11d4a4d9844a110968ea6b840cf4ff6e93 | |
parent | a84d0f1095f6bf9793d04759bb8e88ab3299306f (diff) |
Exclude post tags from the CIv1.2.0-post
-rw-r--r-- | .github/workflows/homebrew.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 3ccb386..2aeb6da 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -2,6 +2,7 @@ on: push: tags: - 'v*' + - '!v*-post' jobs: homebrew: |