Skip to content

Commit 0b034b9

Browse files
authored
Avoid double CI run (#244)
2 parents eeb0728 + 768fabd commit 0b034b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request: ~
36
jobs:
47
cs-check:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)