Skip to content

Commit 749a45b

Browse files
ci: update CI workflow to trigger on pull requests to main branch
* Changed the branch from master to main for pull request triggers * Removed push trigger for consistency with current branching strategy
1 parent 28b39bf commit 749a45b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
pull_request:
5-
push:
65
branches:
7-
- master
6+
- main
87

98
jobs:
109
test:

0 commit comments

Comments
 (0)