Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/logger' into logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Oct 28, 2024
2 parents 8a01d50 + f073253 commit a9e2d0f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

name: CI

on: [push, pull_request]
on:
push:
branches:
- master
- dev

pull_request:
branches:
- master
- dev

env:
TEST_PYTHON_VERSION: 3.9
Expand Down

0 comments on commit a9e2d0f

Please sign in to comment.