Skip to content

Commit c2c5d5d

Browse files
committed
chore: Run yarn update check only on main branch
1 parent d56487f commit c2c5d5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/yarn_update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
schedule:
99
- cron: '0 5 1 * *'
1010
push:
11+
branches:
12+
- main
1113
paths:
1214
- '.github/workflows/yarn_update.yml'
1315
workflow_dispatch:

0 commit comments

Comments
 (0)