Skip to content

Commit

Permalink
HDDS-11597 enabled Test Charts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pyttel committed Oct 23, 2024
1 parent 9786b95 commit 14f9633
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Test Charts

on: pull_request

on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14f9633

Please sign in to comment.