Skip to content

Commit

Permalink
.github: workflows: trigger on intel-test/ branches
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
  • Loading branch information
pcolberg committed Dec 6, 2023
1 parent f1e261c commit 614d157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'intel/**'
- 'intel-test/**'
paths:
- '.github/workflows/dkms.yml'
- 'Makefile'
Expand All @@ -14,6 +15,7 @@ on:
pull_request:
branches:
- 'intel/**'
- 'intel-test/**'
paths:
- '.github/workflows/dkms.yml'
- 'Makefile'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'intel/**'
- 'intel-test/**'
paths:
- '.github/workflows/modules.yml'
- 'Makefile'
Expand All @@ -14,6 +15,7 @@ on:
pull_request:
branches:
- 'intel/**'
- 'intel-test/**'
paths:
- '.github/workflows/modules.yml'
- 'Makefile'
Expand Down

0 comments on commit 614d157

Please sign in to comment.