Skip to content

Commit

Permalink
Merge pull request #2 from dedis/libpurb
Browse files Browse the repository at this point in the history
fix git flow for main
  • Loading branch information
jbsv authored Nov 8, 2023
2 parents ffba29c + f3453ef commit c70e1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go lint

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types:
- opened
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: Go test

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types:
- opened
- synchronize
- reopened

jobs:

test:
strategy:
matrix:
Expand Down

0 comments on commit c70e1b8

Please sign in to comment.