Skip to content

Commit ddb544d

Browse files
committed
Update branch triggers
1 parent 2dc7306 commit ddb544d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Check
33

44
on:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69
branches:
710
- '**'
811

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Format
33

44
on:
5-
pull_request:
6-
branches:
5+
push:
6+
branches-ignore:
77
- main
88
workflow_dispatch: {}
99

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Generate
33

44
on:
5-
pull_request:
6-
branches:
5+
push:
6+
branches-ignore:
77
- main
88
workflow_dispatch: {}
99

0 commit comments

Comments
 (0)