Skip to content

Commit

Permalink
feat: add push event trigger to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Oct 2, 2024
1 parent e28dba3 commit c1d7eed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
paths:
- "**.go"
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
paths:
- "**.go"
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c1d7eed

Please sign in to comment.