debug: ci
This commit is contained in:
parent
acbbe8f4b3
commit
714023b89a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -2,7 +2,7 @@ name: "release"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
- '*'
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
pull_request:
|
||||
push:
|
||||
tags-ignore:
|
||||
- '**'
|
||||
- '*'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user