Skip to content

Commit

Permalink
RUn tests when workflow yamls change
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
1 parent 6a2a5b2 commit e703a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths:
- 'main.go'
- 'client/*.go'
- '.github/workflows/*.yml'
pull_request:
branches:
- 'main'
- 'release/*'
paths:
- 'main.go'
- 'client/*.go'
- '.github/workflows/*.yml'
jobs:
build:
name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/provider_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths:
- 'main.go'
- 'routeros/*.go'
- '.github/workflows/*.yml'
pull_request:
branches:
- 'main'
- 'release/*'
paths:
- 'main.go'
- 'routeros/*.go'
- '.github/workflows/*.yml'
jobs:
build:
name: Build
Expand Down

0 comments on commit e703a12

Please sign in to comment.