mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
96585e594a
* add version.json file * add .github/workflows/releaser.yml * add .github/workflows/release-check.yml * add .github/workflows/tagpush.yml Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
13 lines
289 B
YAML
13 lines
289 B
YAML
# 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' ]
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
release-check:
|
|
uses: protocol/.github/.github/workflows/release-check.yml@master
|