Skip to content

Commit

Permalink
Merge branch 'main' into s3-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Jan 6, 2025
2 parents e318eb4 + c269b64 commit 39643da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@

name: Go

on: [push, fork]
on:
push:
branches: [ "main" ]
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize

jobs:

Expand Down

0 comments on commit 39643da

Please sign in to comment.