Skip to content

Commit aba21ee

Browse files
committed
Update CI configuration to trigger on main branch only
1 parent 2233dcc commit aba21ee

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33

44
name: Continuous Integration
55

6+
67
on:
78
push:
89
branches:
9-
- '**' # matches every branch
10+
- main
1011
pull_request:
11-
branches:
12-
- '**' # matches every branch
1312

1413

1514
permissions:

0 commit comments

Comments
 (0)