Skip to content

Commit

Permalink
rename ci appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Oct 24, 2024
1 parent 5480783 commit 8302009
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
on: [push, pull_request]
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
name: Build
jobs:
test:
build:
strategy:
matrix:
go-version: [1.23.x]
Expand Down

0 comments on commit 8302009

Please sign in to comment.