Skip to content

Commit

Permalink
.github/workflows/build.yml: Add GitHub actions for building QubesOS …
Browse files Browse the repository at this point in the history
…packages

Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Sep 29, 2023
1 parent 62819a6 commit 470d013
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test build and package QubesOS RPMs

on:
push:
branches:
- 'main'
pull_request_target:
branches: # this is to avoid running the workflow twice in a PR
- 'main'
pull_request:

jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-package.yml@master
with:
base-commit: '62819a6fdf58d3d3c47aff5096dea9fb88ce1d53'
patch-start: 0000
qubes-component: 'antievilmaid'
spec-pattern: '/^Source0:/'

0 comments on commit 470d013

Please sign in to comment.