Skip to content

Commit

Permalink
Merge pull request #145 from free5gc/fix/ci-adjust
Browse files Browse the repository at this point in the history
fix: adjust CI trigger
  • Loading branch information
ianchen0119 authored Oct 11, 2024
2 parents 01f48e4 + 9530305 commit ce90b7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 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
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- v*
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
golangci:
Expand Down

0 comments on commit ce90b7b

Please sign in to comment.