Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit b5f0c24

Browse files
authored
sync: update CI config files (#257)
1 parent 55db949 commit b5f0c24

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

.github/workflows/release-check.yml

Lines changed: 12 additions & 0 deletions
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

.github/workflows/releaser.yml

Lines changed: 12 additions & 0 deletions
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: Releaser
5+
on:
6+
push:
7+
paths: [ 'version.json' ]
8+
branches: [ master ]
9+
10+
jobs:
11+
releaser:
12+
uses: protocol/.github/.github/workflows/releaser.yml@master

.github/workflows/tagpush.yml

Lines changed: 12 additions & 0 deletions
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

version.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "v0.2.0"
3+
}

0 commit comments

Comments
 (0)