Skip to content

Commit

Permalink
Merge branch 'main' into add-test
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshkp authored Feb 6, 2025
2 parents 84dfb8e + f0e150d commit bce677b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-daemon-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
push-daemon-image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: "46 8 * * 0"

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -16,4 +16,3 @@ jobs:
- name: Checkouts code
uses: actions/checkout@v4


0 comments on commit bce677b

Please sign in to comment.