diff options
| author | Smoke <[email protected]> | 2024-02-05 04:22:08 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-02-05 04:22:08 -1000 |
| commit | 95a38401baeb4df14d701405609a3dd26ffd747f (patch) | |
| tree | e253678eb5bf3d89e3d152922bf4bf3057240dfc /.github | |
| parent | 42b5c15e4644d1558f61ef95c718ab9dab630723 (diff) | |
run linters and test on develop
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-and-test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 2a14697..a4287d5 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -3,10 +3,10 @@ on: workflow_dispatch: push: branches: - - master + - develop pull_request: branches: - - master + - develop jobs: lint: |
