Skip to content

Commit e3df515

Browse files
committed
Don't run tests on branches
This causes the checks to run on branches and then again on PRs
1 parent f01dd8e commit e3df515

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: CI
22

33
on:
4-
pull_request:
54
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- "**"
610

711
permissions:
812
contents: read

0 commit comments

Comments
 (0)