]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
分支也使用action
authorqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 13:03:41 +0000 (21:03 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 13:03:41 +0000 (21:03 +0800)
.github/workflows/go.yml

index c39f7beed4a2a845a4dcca7d0e75d501f8cec46a..b8b526ee92757a544cf56eeb6998dddff6c17a9b 100644 (file)
@@ -2,8 +2,6 @@ name: Go
 
 on:
   push:
-    branches:
-    - master
     paths:
     - 'VERSION'
 
@@ -66,7 +64,7 @@ jobs:
 
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
-      
+
     - name: Build
       run: go build -v -o demo/demo.run -i demo/main.go