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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- ke/add-ci
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- ke/add-ci
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue