Commit 3ccf391 Woosang Son
authored
1 parent 034c4f2 commit 3ccf391 Copy full SHA for 3ccf391
File tree 2 files changed +3
-67
lines changed
2 files changed +3
-67
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : Tests / Code Coverage
2
2
# Tests / Code Coverage workflow runs unit tests and uploads a code coverage report
3
- # This workflow is run on pushes to v2/ develop & every Pull Requests where a .go, .mod, .sum have been changed
3
+ # This workflow is run on pushes to develop & every Pull Requests where a .go, .mod, .sum have been changed
4
4
env :
5
5
GOPRIVATE : " github.com/line/*"
6
6
7
7
on :
8
8
pull_request :
9
9
push :
10
10
branches :
11
- - v2/ develop
11
+ - develop
12
12
jobs :
13
13
cleanup-runs :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : rokroskar/workflow-run-cleanup-action@master
17
17
env :
18
18
GITHUB_TOKEN : " ${{ secrets.TOKEN }}"
19
- if : " !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/v2/ develop'"
19
+ if : " !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/develop'"
20
20
21
21
install-tparse :
22
22
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments