Skip to content

Commit

Permalink
chore: CI/test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Kowal committed Oct 16, 2024
1 parent 8b65f82 commit 6548cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Code Quality

on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Tests

on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']

Expand Down

0 comments on commit 6548cf3

Please sign in to comment.