Skip to content

Commit

Permalink
fix: build RPM packages as part of our CI
Browse files Browse the repository at this point in the history
* The building of package was not trigger, when PR was opened.
  This commit fixes this issue
  • Loading branch information
jirihnidek committed Nov 14, 2023
1 parent 8579c46 commit 8a5de47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Package

on:
push:
pull_request:

jobs:
build-srpm:
Expand Down

0 comments on commit 8a5de47

Please sign in to comment.