Skip to content

Commit

Permalink
run checks on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthTon committed Jun 7, 2020
1 parent b42d2ab commit d83da07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/driver.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Driver
on:
pull_request:
push:
paths:
- 'src/BlackBoneDrv/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Library
on:
pull_request:
push:
paths:
- 'src/**'
- '!src/BlackBoneDrv/**'
Expand Down

0 comments on commit d83da07

Please sign in to comment.