Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #248 from slagle/workflow_dispatch
Browse files Browse the repository at this point in the history
Add workflow_dispatch even trigger for github workflows
  • Loading branch information
openshift-ci[bot] authored Oct 19, 2023
2 parents 3ca68c9 + 41939b2 commit 28b4483
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-openstack-ansibleee-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: OpenStackAnsibleEE Operator image builder

on:
push:
branches:
- '*'
- push:
branches:
- '*'
- workflow_dispatch

env:
imageregistry: 'quay.io'
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release-openstack-ansibleee-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Release OpenStackAnsibleEE Operator

on:
release:
types:
- released
- prereleased
- release:
types:
- released
- prereleased
- workflow_dispatch

env:
imageregistry: 'quay.io'
Expand Down

0 comments on commit 28b4483

Please sign in to comment.