Skip to content

Commit

Permalink
workflow_dispatch event added to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sv-giampa committed Nov 10, 2023
1 parent 6c285cd commit a66f726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration

on:
workflow_dispatch:
push:
branches-ignore: ["main", "release"]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Create Pre-Release

on:
workflow_dispatch:
push:
branches: ["release"]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Create Stable Release

on:
workflow_dispatch:
push:
branches: ["main"]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-image-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Delivery

on:
workflow_dispatch:
push:
branches: ["development"]
pull_request:
Expand Down

0 comments on commit a66f726

Please sign in to comment.