Skip to content

Commit b8fca9b

Browse files
authored
[performance] Enable lint workflow to run automatically on performance branch (#18709)
1 parent d7588dd commit b8fca9b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- main
1010
- 'release/**'
11+
- performance
1112
types:
1213
- opened
1314
- reopened

.github/workflows/test-all-erigon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'release/**'
88
pull_request:
99
branches:
10-
- main
10+
- main
1111
types:
1212
- opened
1313
- reopened

.github/workflows/test-integration-caplin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- main
1010
- 'release/**'
11+
- performance
1112
types:
1213
- opened
1314
- reopened

0 commit comments

Comments
 (0)