Skip to content

Commit 722707e

Browse files
committed
Change master to trunk in github workflow
The driver donation resulted in a change of the main branch name but this change wasn't made in the github workflow. This patch fixes that. Patch by João Reis; reviewed by James Hartig for CASSGO-85
1 parent 61e64e6 commit 722707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- trunk
77
pull_request:
88
types: [ opened, synchronize, reopened ]
99

0 commit comments

Comments
 (0)