Skip to content

Commit

Permalink
Update rules in test workflow to also run on all changes of workflow …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
bossm8 authored Feb 23, 2025
1 parent b8b0808 commit e7720cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**/*.go'
- '**/*.sh'
- 'public/**/*'
- '.github/workflows/test.yaml'
- '**/*.yaml'
- 'go.*'

pull_request:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Run Tests
run: make test
run: make test

0 comments on commit e7720cd

Please sign in to comment.