Skip to content

Commit 606eef6

Browse files
committed
Run PR checks on on main and rename to "ci"
1 parent be1bd18 commit 606eef6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml renamed to .github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: PR
1+
name: ci
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58

69
permissions:

0 commit comments

Comments
 (0)