Skip to content

Commit f24f334

Browse files
Change default branch from 'main' to 'master'
1 parent b94a7d9 commit f24f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: false
1111
push:
1212
# Use your default branch. Avoid multiple branches to prevent self-referencing on merges (per action docs).
13-
branches: [ main ]
13+
branches: [ master ]
1414
# Optional: run only when source files change, not docs/CI files.
1515
paths:
1616
- '**/*.ts'

0 commit comments

Comments
 (0)