Skip to content

Commit dbaf2bb

Browse files
committed
narrow scope of CI workflow
1 parent d36cb19 commit dbaf2bb

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, workflow_dispatch ]
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
36
jobs:
47
test:
58
name: test ${{ matrix.os }}

0 commit comments

Comments
 (0)