Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnWu33 committed Oct 7, 2024
1 parent 6203675 commit 10b949e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [ main, release/*, seperate_mutation_tests ]
branches: [ main, release/* ]
tags: [ '*' ]
pull_request:
branches: [ main, release/* ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mutation-tests-core

on:
push:
branches: [ main, release/*, seperate_mutation_tests]
branches: [ main, release/* ]
tags: [ '*' ]
pull_request:
branches: [ main, release/* ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutation-tests-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mutation-tests-legacy

on:
push:
branches: [ main, release/*, seperate_mutation_tests]
branches: [ main, release/* ]
tags: [ '*' ]
pull_request:
branches: [ main, release/* ]
Expand Down Expand Up @@ -59,5 +59,5 @@ jobs:
if: always()
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: mutation-report-core
name: mutation-report-legacy
path: ./artifacts/mutation-report

0 comments on commit 10b949e

Please sign in to comment.