Skip to content

Commit

Permalink
fix publish workflow being triggered by main
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed May 19, 2024
1 parent 7364aa0 commit 1583c1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Release

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- v*
branches:
- release/*
- release/**

jobs:
release:
Expand Down

0 comments on commit 1583c1e

Please sign in to comment.