Skip to content

Commit

Permalink
Update integration_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 7cd5bca commit 8bebf91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration_test_auto.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Integration 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 Expand Up @@ -147,4 +147,4 @@ jobs:
name: integration_test_log_mg12_gcc
path: test/log/
warn: Output a warning but do not fail the action
retention-days: 90
retention-days: 90

0 comments on commit 8bebf91

Please sign in to comment.