Skip to content

Commit 39ed09e

Browse files
committed
fix: update CI workflow to trigger on 'main' branch instead of 'master'
1 parent 12f9ed6 commit 39ed09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44

55
on:
66
push:
7-
branches: [ master ]
7+
branches: [ main ]
88
pull_request:
99
types: [opened, synchronize]
1010

0 commit comments

Comments
 (0)