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 51f0ef6 commit 254616bCopy full SHA for 254616b
.github/workflows/update-hkubectl-downloads.yaml
@@ -2,8 +2,9 @@ name: Update Download Files from hkubectl Release
2
3
# Trigger the workflow when a new release is published in the hkubectl repository
4
on:
5
- repository_dispatch:
6
- types: [hkubectl-release]
+ # Triggers the workflow on push or pull request events but only for the master branch.
+ pull_request:
7
+ branches: [ source ]
8
9
jobs:
10
update-files:
0 commit comments