Only run CI/CD on main branch
This commit is contained in:
parent
4f3ce69a9e
commit
e1fab434ef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -2,7 +2,8 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
|
Loading…
Reference in a new issue