Skip to content

Commit

Permalink
Add workflow_dispatch to manually trigger Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Sep 12, 2023
1 parent a3d6af4 commit 4cd158b
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
@@ -1,6 +1,7 @@
name: "CI/CD"

on:
workflow_dispatch:
push:
branches: [ main, develop ]
pull_request:
Expand Down

0 comments on commit 4cd158b

Please sign in to comment.