We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a88fd commit 200cfa0Copy full SHA for 200cfa0
.github/workflows/test-pr.yml
@@ -1,6 +1,11 @@
1
name: Test pull request
2
on:
3
pull_request:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - ready_for_review
8
+ - synchronize
9
jobs:
10
chart_validation:
11
runs-on: ubuntu-latest
0 commit comments