Skip to content

Commit

Permalink
Add workflow_dispatch to the workflow
Browse files Browse the repository at this point in the history
To be able to test it from the `gh` cli.
  • Loading branch information
jjmurre committed Nov 29, 2023
1 parent 9412d02 commit 7b90e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trigger-ado-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: CI

# Run this workflow every time a commit is pushed to main
# The `workflow_dispatch` had been added to be able to run the
# workflow manually (for testing purposes).
on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 7b90e4c

Please sign in to comment.