Skip to content

Commit adfeef7

Browse files
committed
add .github/workflows/release-check.yml
1 parent a9babc9 commit adfeef7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release-check.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
branches: [ master ]
9+
10+
jobs:
11+
release-check:
12+
uses: protocol/.github/.github/workflows/release-check.yml@master

0 commit comments

Comments
 (0)