Skip to content

Commit

Permalink
ci: run quality checks & tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Dec 15, 2023
1 parent e652885 commit 3276b65
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Run code quality checks

on: pull_request
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
quality:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Run tests

on: pull_request
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit 3276b65

Please sign in to comment.