Skip to content

Commit

Permalink
test on local
Browse files Browse the repository at this point in the history
  • Loading branch information
sunya-ch committed Jul 11, 2023
1 parent f21a9fc commit b13fce6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: gofmt

on:
push:
branches:
- '*-test'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: golangci-lint
on:
push:
branches:
- '*-test'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/govulnerability.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: go vulnerability detect

on:
push:
branches:
- '*-test'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Integration test

on:
push:
branches:
- '*-test'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_test_libbpf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Integration test

on:
push:
branches:
- '*-test'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
- 'enhancements/**'
- '*.md'
push:
branches: [ main ]
branches:
- '*-test'
paths-ignore:
- 'doc/**'
- 'enhancements/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit_test_mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Unit test Mac

on:
push:
branches:
- '*-test'
pull_request:
paths-ignore:
- 'doc/**'
Expand Down

0 comments on commit b13fce6

Please sign in to comment.