Skip to content

Commit

Permalink
fix: adjust CI actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Nov 25, 2024
1 parent 09fc3e3 commit 6445282
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 'Commit Message Check'

on:
pull_request:
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Go

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
tags:
- v*
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
golangci:
Expand Down

0 comments on commit 6445282

Please sign in to comment.