Skip to content

Commit

Permalink
github/actions work on every branchs
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 18, 2024
1 parent 0c7d201 commit 92e0760
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ name: Go
on:
workflow_dispatch:
push:
branches: [ master ]
# branches: [ master ]
pull_request:
branches: [ master ]
# branches: [ master ]

jobs:

build:

runs-on: ubuntu-latest

strategy:
matrix:
go-version: [1.17, 1.18, 1.19, 1.20, 1.21]
go-version: [1.17]
# See supported Go release schedule at https://golang.org/doc/devel/release.html
#
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 92e0760

Please sign in to comment.