Skip to content

Commit ceb71f6

Browse files
committed
Update workflow branches from master to main
1 parent 808a02e commit ceb71f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action.yml

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

33
on:
44
push:
5-
branches: ["master", "development"]
5+
branches: ["main", "development"]
66
tags:
77
- "*"
88
pull_request:
9-
branches: ["master", "development"]
9+
branches: ["main", "development"]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)