Skip to content

Commit

Permalink
Merge pull request #82 from dims/ensure-gh-tests-are-run-when-prs-are…
Browse files Browse the repository at this point in the history
…-failed

Ensure GH tests are run  when PRs are filed
  • Loading branch information
k8s-ci-robot authored Jan 11, 2024
2 parents b058838 + 0c34042 commit 1493478
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test with Kind

on: push
on:
workflow_dispatch:
pull_request:
branches:
- main

env:
KIND_VERSION: v0.20.0
Expand Down

0 comments on commit 1493478

Please sign in to comment.