Skip to content

Commit

Permalink
Do rpm build on all pushes (#180)
Browse files Browse the repository at this point in the history
It wasn't doing a push on merge to the releases/v0 branch. However, other
workflows that simply have "on: push" were building on that merge. So, let's
try that.

Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
  • Loading branch information
roehrich-hpe committed Jun 26, 2024
1 parent e0c318c commit 025e389
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rpm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@


name: RPM Build
on:
push:
branches:
- '*'
on: push

jobs:
rpm_build:
Expand Down

0 comments on commit 025e389

Please sign in to comment.