Skip to content

Commit

Permalink
Update go-formatting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Aug 10, 2024
1 parent e2cc37b commit 27d9ab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Go Formatting

on:
pull_request:
paths:
- 'backend/aashub/**'
push:
branches: [main]
paths:
- 'backend/aashub/**.go'
- 'backend/aashub/**'

jobs:
gofmt:
Expand Down

0 comments on commit 27d9ab8

Please sign in to comment.