CI is working, update branches to final value
This commit is contained in:
parent
f1b29c8bbb
commit
89b0774cab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint_and_test.yml
vendored
4
.github/workflows/lint_and_test.yml
vendored
|
|
@ -3,10 +3,10 @@ name: Perform linting and run tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ke/add-ci
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- ke/add-ci
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue