forked from AllocZero/EfficientDynamoDb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow_dispatch event to GitHub Actions
This commit introduces the `workflow_dispatch` event into the Build EfficientDynamoDb and Build AWS SDK credentials compatibility package workflows. This addition allows these workflows to be triggered manually from the Actions tab in GitHub.
- Loading branch information
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Build EfficientDynamoDb | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- devtekve | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Build AWS SDK credentials compatibility package | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- devtekve | ||
|