Skip to content

Commit

Permalink
Add mutation testing pipeline when push on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Sep 8, 2023
1 parent ae077c0 commit 7a175d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Mutation testing
on: workflow_dispatch
on:
workflow_dispatch:
push:
branches: [ main ]

permissions:
actions: write
Expand Down

0 comments on commit 7a175d1

Please sign in to comment.