1 parent 10d12f0 commit 823d127Copy full SHA for 823d127
1 file changed
.github/workflows/unit_tests.yml
@@ -7,7 +7,7 @@ name: CI
7
on:
8
# Triggers the workflow on push or pull request events but only for the master branch
9
push:
10
- branches: [ master ]
+ branches: [ master, main ]
11
pull_request:
12
types: [opened, synchronize, reopened, ready_for_review]
13
branches:
0 commit comments