Build RPM for Pull Requests too
This commit is contained in:
parent
fb5cff0d5a
commit
391802b8ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-rpm.yml
vendored
3
.github/workflows/build-rpm.yml
vendored
|
|
@ -2,6 +2,9 @@ name: Build RPM
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue