diff --git a/.github/workflows/coccicheck.yaml b/.github/workflows/coccicheck.yaml index 16908da413e7..0d575cfd0727 100644 --- a/.github/workflows/coccicheck.yaml +++ b/.github/workflows/coccicheck.yaml @@ -1,7 +1,10 @@ name: BPF checks on: - - pull_request + pull_request: {} + push: + branches: + - master jobs: coccicheck: diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c4163a33ef8c..d481e8f35c92 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,7 +1,10 @@ name: Documentation Updates on: - - pull_request + pull_request: {} + push: + branches: + - master jobs: build-html: diff --git a/.github/workflows/go-mod.yaml b/.github/workflows/go-mod.yaml index e99003882886..85e4e8d1256b 100644 --- a/.github/workflows/go-mod.yaml +++ b/.github/workflows/go-mod.yaml @@ -1,6 +1,10 @@ name: Go module vendoring -on: pull_request +on: + pull_request: {} + push: + branches: + - master jobs: go-mod: