Skip to content

Commit 0dc15cd

Browse files
committed
feature: enable automatic emoji measurement workflow on v2.1 pushes
- Workflow now triggers on push to v2.1 branch - Also triggers on changes to emoji-widths.json or measure-emoji-widths.sh - Can still be manually triggered via workflow_dispatch - Provides SSH access for interactive emoji width measurement on macOS
1 parent dca64d7 commit 0dc15cd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/measure-emoji-widths-macos.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
name: Measure Emoji Widths (macOS)
66

77
on:
8+
push:
9+
branches:
10+
- v2.1
11+
paths:
12+
- '.github/workflows/measure-emoji-widths-macos.yml'
13+
- 'plugin/emoji-widths.json'
14+
- 'plugin/scripts/measure-emoji-widths.sh'
815
workflow_dispatch:
916
inputs:
1017
terminal_type:

0 commit comments

Comments
 (0)