Skip to content

Commit fdbe4d8

Browse files
committed
ci: change trigger
1 parent 397aea1 commit fdbe4d8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/format.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: format
22

33
on:
4+
push:
5+
branches:
6+
- "ci"
7+
tags:
8+
- "v*"
49
pull_request:
510
branches:
611
- "ci"

.github/workflows/lint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: lint
22

33
on:
4+
push:
5+
branches:
6+
- "ci"
7+
tags:
8+
- "v*"
49
pull_request:
510
branches:
611
- "ci"

0 commit comments

Comments
 (0)