Skip to content

Commit

Permalink
Add GH Action execution on PRs (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschmidtb51 authored Nov 20, 2023
1 parent 65fae93 commit 9e4a519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
paths:
- "**.go"
pull_request:
paths:
- "**.go"

jobs:
build:
Expand Down

0 comments on commit 9e4a519

Please sign in to comment.