Skip to content

Commit 3f6a3bf

Browse files
authored
Merge pull request #76 from rocky-linux/fix-job-name
fix: update event type in deploy workflow
2 parents 419a366 + cf15c81 commit 3f6a3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
workflow_dispatch:
1111
repository_dispatch:
12-
types: [remote_deploy]
12+
types: [deploy]
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)