Skip to content

Commit

Permalink
activate actions on push
Browse files Browse the repository at this point in the history
  • Loading branch information
soymintc committed Jan 27, 2025
1 parent e0337fa commit 6d097d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'coverage'
on:
pull_request:
push:
branches:
- main
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Installation Integrity Check
name: Pytest CI

on:
push:
Expand Down

0 comments on commit 6d097d9

Please sign in to comment.