Skip to content

Commit 84b4dee

Browse files
authored
Merge pull request #5 from Alexdruso/claude/fix-cv-workflow-trigger-F8KPB
fix(ci): correct branch name in workflow trigger from main to master
2 parents 2e6f1c3 + 05baf9c commit 84b4dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cv-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Site and CV
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'docs/**'
99
- '.github/workflows/cv-build.yml'

0 commit comments

Comments
 (0)