Skip to content

Commit

Permalink
Fix setup-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 22, 2024
1 parent 6bfb3fd commit 5076213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: setup legacy

on:
push:
branches: ['main']
branches: ['v2.4.0']
paths: ['**.ts', '**.js', '**.json', '**.yml']

pull_request:
branches: ['main']
branches: ['v2.4.0']
paths: ['**.ts', '**.js', '**.json', '**.yml']
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit 5076213

Please sign in to comment.