Skip to content

Commit dd75553

Browse files
committed
fix: use master branch instead of main for github actions
1 parent 1eb78ee commit dd75553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push: # No branches filter, so runs on all branches
55
pull_request:
66
types: [ closed ] # Trigger on PR close
7-
branches: [ main ] # Only for PRs targeting main branch
7+
branches: [ master ] # Only for PRs targeting master branch
88

99
jobs:
1010
test-api:

0 commit comments

Comments
 (0)