Skip to content

Commit

Permalink
add workflow dispatch triggers to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexivanov committed Jan 29, 2024
1 parent af52581 commit dc32081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-meticulous-against-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
- releases/*
pull_request: {}
workflow_dispatch: {}

permissions:
actions: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-meticulous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
- releases/*
pull_request: {}
workflow_dispatch: {}

permissions:
actions: write
Expand Down

0 comments on commit dc32081

Please sign in to comment.