Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit e433edc

Browse files
web3-botaschmahmann
authored andcommitted
add .github/workflows/tagpush.yml
1 parent 79efe6e commit e433edc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tagpush.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: Tag Push Checker
5+
on:
6+
push:
7+
tags:
8+
- v*
9+
10+
jobs:
11+
releaser:
12+
uses: protocol/.github/.github/workflows/tagpush.yml@master

0 commit comments

Comments
 (0)