Updated actions workflow to hopefully work on this branch
This commit is contained in:
parent
8ebbb23836
commit
40c793c72d
1 changed files with 2 additions and 2 deletions
4
.github/workflow/lint_and_test.yml
vendored
4
.github/workflow/lint_and_test.yml
vendored
|
|
@ -3,10 +3,10 @@ name: Perform linting and run tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- ke/add-ci
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- ke/add-ci
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue