Skip to content

Commit

Permalink
Run tests and pre-commit in margin branch
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Nov 19, 2024
1 parent 8bdb4e4 commit 791800d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, margin ]

jobs:
pre-commit-ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, margin ]

jobs:
build:
Expand Down

0 comments on commit 791800d

Please sign in to comment.