Skip to content

Commit

Permalink
Merge pull request #5745 from sbueringer/pr-1.0-enablee-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 d5661cf + 3de8c96 commit 6467781
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
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 6467781

Please sign in to comment.