Skip to content

Commit

Permalink
Merge pull request #14 from Adirio/update-readme-for-0.2.0
Browse files Browse the repository at this point in the history
πŸ“– Update README for v0.2.0
  • Loading branch information
k8s-ci-robot committed Nov 19, 2020
2 parents 47b6d48 + d1d51c8 commit af4fcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
# This means changes won't kick in to this file until merged onto the
# main branch.
pull_request_target:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]

jobs:
verify:
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@v0.1
uses: kubernetes-sigs/kubebuilder-release-tools@v0.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit af4fcb5

Please sign in to comment.