Skip to content

Commit

Permalink
quote paths in github actions workflow to fix github parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerbacon committed Jan 27, 2024
1 parent 7752843 commit c62a023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
- opened
- synchronize
paths:
- .github/workflows/build_test.yml
- **.go
- go.mod
- '.github/workflows/build_test.yml'
- '**.go'
- 'go.mod'

jobs:
build:
Expand Down

0 comments on commit c62a023

Please sign in to comment.