Skip to content

Commit 2789030

Browse files
committed
run for any push to the main branch or when a pull request is opened or updated
1 parent 3d5c9fd commit 2789030

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Checks
33
on:
44
push:
55
branches:
6-
- "**"
6+
- master
7+
- main
78
tags:
89
- "*"
910
pull_request:

0 commit comments

Comments
 (0)