Skip to content

Commit 0ba92b4

Browse files
committed
Don't trigger when pushing a tag to avoid deploying to staging repo
1 parent 6900696 commit 0ba92b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- 'releases/**'
8+
tags-ignore:
9+
- '**'
810
pull_request:
911
branches:
1012
- '**'

0 commit comments

Comments
 (0)