Skip to content

Commit

Permalink
Ignore .yml files for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed Jan 5, 2024
1 parent 8eb8f4e commit 7ce94ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
- 'dev-*'
pull_request:
paths-ignore:
- '**.yml'

jobs:
lint:
Expand Down

0 comments on commit 7ce94ee

Please sign in to comment.