Skip to content

Commit

Permalink
切换到Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vouv committed Dec 18, 2020
1 parent 0cf510c commit 5e1d7af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: Build

# Run this workflow every time a new commit pushed to your repository
on: [push, pull_request]
on:
push:
branches:
- main
- master
tags-ignore:
- 'v*'
pull_request:
branches:
- main
- master

jobs:
# Set the job key. The key is displayed as the job name
Expand Down
2 changes: 1 addition & 1 deletion cmd/srun/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const Version = "v1.1.3"
const Version = "v1.1.4"

var loginCmd = &cobra.Command{
Use: "login",
Expand Down

0 comments on commit 5e1d7af

Please sign in to comment.