Skip to content

Commit

Permalink
allow manual triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anshul committed Nov 4, 2024
1 parent d0b6f03 commit 8735428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: golangci-lint
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/go-lint.yml"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/go-test.yml"
Expand Down

0 comments on commit 8735428

Please sign in to comment.