mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-01-13 02:20:10 +08:00
add .github/workflows/release-check.yml
This commit is contained in:
parent
4ce5b67757
commit
e7bb135bd6
11
.github/workflows/release-check.yml
vendored
Normal file
11
.github/workflows/release-check.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# File managed by web3-bot. DO NOT EDIT.
|
||||
# See https://github.com/protocol/.github/ for details.
|
||||
|
||||
name: Release Checker
|
||||
on:
|
||||
pull_request:
|
||||
paths: [ 'version.json' ]
|
||||
|
||||
jobs:
|
||||
release-check:
|
||||
uses: protocol/.github/.github/workflows/release-check.yml@master
|
Loading…
Reference in New Issue
Block a user