Skip to content

Commit

Permalink
Workflows use "main" branch (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Nov 14, 2024
1 parent 632e04b commit fb2e26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:

Expand Down

0 comments on commit fb2e26b

Please sign in to comment.