build: ci adjustments (#11)
* build: git status step * repo: add gitignore * build: remove --skip-validate for snapshot builds * build: remove --skip-validate for publish builds
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -44,6 +44,9 @@ jobs:
|
||||
run: |
|
||||
make vendor
|
||||
|
||||
# git status
|
||||
- run: git status
|
||||
|
||||
# build
|
||||
- name: build
|
||||
if: startsWith(github.ref, 'refs/tags/') == false
|
||||
|
||||
Reference in New Issue
Block a user