Skip to content

Commit

Permalink
Ensure correct target branch for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jan 11, 2024
1 parent 6a13f4e commit 2df2274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
go:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
test:
Expand Down

0 comments on commit 2df2274

Please sign in to comment.