Skip to content

Commit b33f199

Browse files
committed
chore: Update workflows
1 parent 1019114 commit b33f199

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/commit-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Commit Check
22

3-
on: pull_request
3+
on:
4+
push:
5+
branches: 'main'
6+
pull_request:
7+
branches: 'main'
48

59
jobs:
610
commit-check:

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: main
1+
name: Main
22

33
on:
44
release:

0 commit comments

Comments
 (0)