Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
panxiuqing committed May 15, 2021
1 parent 9fbdc95 commit eb76cd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release

on:
push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Build
run: go build
Binary file added gitig
Binary file not shown.

0 comments on commit eb76cd4

Please sign in to comment.