Skip to content

Commit 8b38090

Browse files
authored
CI: Fix duplicate CI jobs on PRs (#33)
1 parent bba2beb commit 8b38090

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
- main
7+
- release-*
8+
pull_request:
59
jobs:
610
test:
711
name: Julia ${{ matrix.version }}

0 commit comments

Comments
 (0)