Skip to content

Commit

Permalink
Merge branch 'main' into feat/rate-limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir committed Oct 17, 2024
2 parents a6296e0 + 47d33af commit 1203d7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: golang

on:
workflow_dispatch:
push:
branches: [main]
paths: &go_files ["*.go", "go.mod", "go.sum"]
paths: ["*.go", "go.mod", "go.sum"]
pull_request:
paths: *go_files
paths: ["*.go", "go.mod", "go.sum"]

jobs:
release:
Expand Down

0 comments on commit 1203d7d

Please sign in to comment.