Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 25, 2024
1 parent 6c6a272 commit 07b4a7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: build

on:
push:
branches: [ "master", "develop" ]
branches: ["master", "develop"]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.23
uses: actions/setup-go@v2
- uses: actions/setup-go@v2
with:
go-version: 1.23.0
- name: Applications installing...
Expand Down

0 comments on commit 07b4a7d

Please sign in to comment.