Skip to content

Commit 2deb864

Browse files
committed
Fix CI workflow: Update branch triggers from main to master
- Changed workflow triggers from 'main' to 'master' branch - This ensures CI runs on the correct branch after initial push - Workflow will now trigger on pushes and PRs to master branch
1 parent 832cc25 commit 2deb864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ master, develop ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ master, develop ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)