Skip to content

Commit

Permalink
Add workflow_dispatch event to GitHub Actions
Browse files Browse the repository at this point in the history
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
devtekve committed May 11, 2024
1 parent 79bbc30 commit cac4dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build EfficientDynamoDb

on:
workflow_dispatch:
push:
branches:
- devtekve
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_creds_aws_sdk.yml
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
Expand Down

0 comments on commit cac4dcb

Please sign in to comment.