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

Commit ba33924

Browse files
authored
sync: update CI config files (#3)
1 parent 351b00c commit ba33924

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/automerge.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
14
name: Automerge
25
on: [ pull_request ]
36

.github/workflows/js-test-and-release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
14
name: test & maybe release
25
on:
36
push:
47
branches:
58
- main # with #262 - ${{{ github.default_branch }}}
69
pull_request:
7-
branches:
8-
- main # with #262 - ${{{ github.default_branch }}}
910

1011
jobs:
1112

0 commit comments

Comments
 (0)