Skip to content

Commit

Permalink
Merge pull request #28 from OpenDDS/add-workflow-dispatch
Browse files Browse the repository at this point in the history
Enable manual workflow trigger
  • Loading branch information
mitza-oci authored Aug 9, 2024
2 parents b72f70a + f0e1225 commit 904c47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- latest-release
schedule:
- cron: '10 0 * * 0'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 904c47f

Please sign in to comment.