Skip to content

Commit 2b4e04f

Browse files
web3-botrvagg
authored andcommitted
add .github/workflows/release-check.yml
1 parent b234e90 commit 2b4e04f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
4+
name: Release Checker
5+
on:
6+
pull_request:
7+
paths: [ 'version.json' ]
8+
9+
jobs:
10+
release-check:
11+
uses: protocol/.github/.github/workflows/release-check.yml@master

0 commit comments

Comments
 (0)