Skip to content

Commit

Permalink
Merge pull request #5723 from CecileRobertMichon/enable-gh-actions-on…
Browse files Browse the repository at this point in the history
…-release-branches

🌱  Run GitHub workflows on all pull requests
  • Loading branch information
k8s-ci-robot authored Nov 29, 2021
2 parents 4b858f6 + 49568f5 commit c50e5ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: golangci-lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
jobs:
golangci:
name: lint
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/lint-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Check Markdown links

on:
push:
branches:
- main
paths:
- '**.md'
pull_request:
types: [opened, edited, synchronize, reopened]
paths:
- '**.md'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request_target:
types: [opened, edited, reopened]
types: [opened, edited, synchronize, reopened]

jobs:
verify:
Expand Down

0 comments on commit c50e5ba

Please sign in to comment.