Skip to content

Commit

Permalink
Add manual workflow trigger for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Micene (RHT) committed Nov 8, 2024
1 parent 19e86a7 commit f07c862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_fedora_bootc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build F40 bootc image with GHA
on:
workflow_dispatch:
push:
paths:
- 'fedora/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_rhel_bootc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build RHEL bootc image with GHA
on:
workflow_dispatch:
push:
paths:
- 'rhel/**'
Expand Down

0 comments on commit f07c862

Please sign in to comment.