Skip to content

Commit

Permalink
Merge pull request #15 from c4dt/workflow_main
Browse files Browse the repository at this point in the history
Using main for github workflow
  • Loading branch information
ineiti authored Jan 25, 2024
2 parents 8c94bd3 + 856217d commit 3a7abac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go test

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types:
- opened
Expand Down

0 comments on commit 3a7abac

Please sign in to comment.