Skip to content

Commit

Permalink
fix git flow for main
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsv committed Nov 8, 2023
1 parent ffba29c commit f3453ef
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 f3453ef

Please sign in to comment.