Build RPM for Pull Requests too

This commit is contained in:
dav 2023-10-03 22:39:08 -07:00 committed by David Zhong
parent fb5cff0d5a
commit 391802b8ca

View file

@ -2,6 +2,9 @@ name: Build RPM
on:
push:
branches: [ "main" ]
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest