Compare commits
2 Commits
242df40852
...
452fe85d26
| Author | SHA1 | Date | |
|---|---|---|---|
| 452fe85d26 | |||
| 8de631afa2 |
@@ -3,7 +3,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "develop"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -14,8 +13,6 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
@@ -14,8 +14,6 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
@@ -10,8 +10,6 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user