go-libp2p-core/.github/workflows/release-check.yml
web3-bot 96585e594a
sync: update CI config files (#216)
* 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>
2021-10-18 05:31:30 -07:00

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