Skip to content

Commit

Permalink
change workflows ci on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua committed Feb 9, 2024
1 parent 912bb5e commit 5b5b34c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: ci

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push, pull_request]
env:
GO_VERSION: '1.21'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright license tools
![workflow check](https://github.com/seacraft/licctl/actions/workflows/ci.yml/badge.svg)
![workflow ci](https://github.com/seacraft/licctl/actions/workflows/ci.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/seacraft/licctl?)](https://goreportcard.com/report/github.com/seacraft/licctl)
[![golangci badge](https://github.com/golangci/golangci-web/blob/master/src/assets/images/badge_a_plus_flat.svg)](https://golangci.com/r/github.com/seacraft/licctl)
[![release](https://img.shields.io/github/release-pre/seacraft/licctl.svg)](https://github.com/seacraft/licctl/releases)
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 版权工具
![workflow check](https://github.com/seacraft/licctl/actions/workflows/ci.yml/badge.svg)
![workflow ci](https://github.com/seacraft/licctl/actions/workflows/ci.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/seacraft/licctl?)](https://goreportcard.com/report/github.com/seacraft/licctl)
[![golangci badge](https://github.com/golangci/golangci-web/blob/master/src/assets/images/badge_a_plus_flat.svg)](https://golangci.com/r/github.com/seacraft/licctl)
[![release](https://img.shields.io/github/release-pre/seacraft/licctl.svg)](https://github.com/seacraft/licctl/releases)
Expand Down

0 comments on commit 5b5b34c

Please sign in to comment.