Skip to content

Commit 254616b

Browse files
committed
updated to source for checking
1 parent 51f0ef6 commit 254616b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-hkubectl-downloads.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Update Download Files from hkubectl Release
22

33
# Trigger the workflow when a new release is published in the hkubectl repository
44
on:
5-
repository_dispatch:
6-
types: [hkubectl-release]
5+
# Triggers the workflow on push or pull request events but only for the master branch.
6+
pull_request:
7+
branches: [ source ]
78

89
jobs:
910
update-files:

0 commit comments

Comments
 (0)