Skip to content

Commit c70e1b8

Browse files
authored
Merge pull request #2 from dedis/libpurb
fix git flow for main
2 parents ffba29c + f3453ef commit c70e1b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/go_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Go lint
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
77
types:
88
- opened

.github/workflows/go_test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Go test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
77
types:
88
- opened
99
- synchronize
1010
- reopened
1111

1212
jobs:
13-
1413
test:
1514
strategy:
1615
matrix:

0 commit comments

Comments
 (0)