Skip to content

Commit b00276f

Browse files
committed
fix: Update GitHub Actions workflow to trigger on version tags instead of normal main branch commits
docs: Update demo.gif
1 parent 5266748 commit b00276f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Test Installation
44
on:
55
workflow_dispatch:
66
push:
7-
branches: [main]
7+
tags:
8+
- 'v*'
89
pull_request:
910

1011
jobs:

assets/demo.gif

1.48 MB
Loading

0 commit comments

Comments
 (0)