Skip to content

Commit

Permalink
Run workflows on dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed May 30, 2023
1 parent 9c24a68 commit e1d0cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
- main
paths:
- "**.go"
- "go.sum"
- ".github/workflows/lint.yaml"
pull_request:
paths:
- "**.go"
- "go.sum"
- ".github/workflows/lint.yaml"
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
- main
paths:
- "**.go"
- "go.sum"
- ".github/workflows/test.yaml"
pull_request:
paths:
- "**.go"
- "go.sum"
- ".github/workflows/test.yaml"
workflow_dispatch:

Expand Down

0 comments on commit e1d0cdc

Please sign in to comment.