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: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
pull_request:
branches:
- "*"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest