Skip to content

Commit

Permalink
Merge pull request #143 from leizongmin/add-pull-request-build
Browse files Browse the repository at this point in the history
Add pull request build trigger to GitHub Actions
  • Loading branch information
leizongmin authored Jul 10, 2024
2 parents 8fc6d1d + d7f1058 commit 272332e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# label:
# types: [ created ]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jssh [![Go](https://github.com/leizongmin/jssh/actions/workflows/build-release.yml/badge.svg)](https://github.com/leizongmin/jssh/actions/workflows/build-release.yml) ![CodeQL](https://github.com/leizongmin/jssh/workflows/CodeQL/badge.svg) [![PkgGoDev](https://pkg.go.dev/badge/leizongmin/jssh)](https://pkg.go.dev/github.com/leizongmin/jssh) [![Go Report Card](https://goreportcard.com/badge/leizongmin/jssh)](https://goreportcard.com/report/github.com/leizongmin/jssh) ![GitHub](https://img.shields.io/github/license/leizongmin/jssh)
# jssh [![Go](https://github.com/leizongmin/jssh/actions/workflows/build-release.yml/badge.svg)](https://github.com/leizongmin/jssh/actions/workflows/build-release.yml) ![CodeQL](https://github.com/leizongmin/jssh/actions/workflows/codeql-analysis.yml/badge.svg) [![PkgGoDev](https://pkg.go.dev/badge/leizongmin/jssh)](https://pkg.go.dev/github.com/leizongmin/jssh) [![Go Report Card](https://goreportcard.com/badge/leizongmin/jssh)](https://goreportcard.com/report/github.com/leizongmin/jssh) ![GitHub](https://img.shields.io/github/license/leizongmin/jssh)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fleizongmin%2Fjssh.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fleizongmin%2Fjssh?ref=badge_shield)

一款使用 JS 编写命令行小工具的神器。
Expand Down

0 comments on commit 272332e

Please sign in to comment.