Skip to content

Commit

Permalink
ci: update github workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Beebeeoii committed Aug 7, 2024
1 parent f8180fe commit 9375f48
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: CI for Pull Requests/Branches

on:
push:
Expand All @@ -7,14 +7,14 @@ on:
branches: [ "master" ]

jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.22

Expand Down

0 comments on commit 9375f48

Please sign in to comment.