Skip to content

Commit fdb1309

Browse files
authored
Merge pull request free5gc#130 from free5gc/fix/actions-adjust
fix: adjust actions trigger
2 parents 7b48ab4 + b216fcb commit fdb1309

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/commit-msg-check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: 'Commit Message Check'
22

33
on:
44
pull_request:
5-
branches: [ main ]
65

76
jobs:
87
build:

.github/workflows/go.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ main ]
87

98
jobs:
109
build:

.github/workflows/golangci-lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- v*
77
branches: [ main ]
88
pull_request:
9-
branches: [ main ]
109

1110
jobs:
1211
golangci:

0 commit comments

Comments
 (0)