Skip to content

Commit d72fb8e

Browse files
committed
dev: remove dev branch from matrix
this branch no longer exists
1 parent 89795a3 commit d72fb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
branches: [dev, content] # Add new branches here
15+
branches: [content] # Add new branches here
1616
steps:
1717
- name: Checkout Main Branch
1818
uses: actions/checkout@v3

0 commit comments

Comments
 (0)