Skip to content

Commit

Permalink
Merge pull request #36 from free5gc/fix/update-ci
Browse files Browse the repository at this point in the history
fix: run CI on every PR & push
  • Loading branch information
ianchen0119 authored Oct 7, 2024
2 parents 0f1a647 + 18616e9 commit 10fb184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ "*" ]

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

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

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

jobs:
golangci:
Expand Down

0 comments on commit 10fb184

Please sign in to comment.