Skip to content

Commit

Permalink
Update unit_test_auto.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Oct 9, 2024
1 parent 73f3a7d commit 0578ee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_test_auto.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Unit Tests Auto Trigger
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
branches:
- '**'
- 'test/**'
- 'release/**'
env:
REPO_URL: ${{ github.server_url }}/${{ github.repository }}
REPO_BRANCH: ${{ github.event.inputs.branch }}
Expand Down

0 comments on commit 0578ee7

Please sign in to comment.