Skip to content

Commit

Permalink
run unit tests on all commits for main
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Apr 29, 2024
1 parent f0d5638 commit a279c76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- ".github/workflows/unit-tests.yaml"
- "hack/test.sh"
- "chart/**"
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit a279c76

Please sign in to comment.