Skip to content

Commit

Permalink
trigger ci on workflow yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthTon committed Dec 20, 2020
1 parent f53be8f commit 607e9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Driver
on:
push:
paths:
- 'src/BlackBoneDrv/**'
- '.github/**'
- 'src/BlackBoneDrv/**'

jobs:
driver:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Library
on:
push:
paths:
- '.github/**'
- 'src/**'
- '!src/BlackBoneDrv/**'

Expand Down

0 comments on commit 607e9a3

Please sign in to comment.