Skip to content

Commit 7f919cf

Browse files
committed
update CI workflow name and trigger for pull requests
1 parent e55d021 commit 7f919cf

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: Release Obsidian plugin
2-
1+
name: Check and Build
32
on:
3+
pull_request:
4+
branches:
5+
- main
46
push:
5-
tags:
7+
branches:
68
- "*"
79
workflow_dispatch:
810

0 commit comments

Comments
 (0)