Skip to content

Commit

Permalink
[UIE-162] Ignore tag refs. (#4746)
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens authored Mar 27, 2024
1 parent d733bb6 commit 5aa6b29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Storybook to Chromatic

on: push
on:
push:
tags-ignore:
- v0.*

jobs:
chromatic:
Expand Down

0 comments on commit 5aa6b29

Please sign in to comment.