Skip to content

Commit

Permalink
Merge pull request #3 from TrenchBoot/release_per_tag
Browse files Browse the repository at this point in the history
Create release per git tag
  • Loading branch information
miczyg1 authored Oct 4, 2023
2 parents cde735f + 0297401 commit 14e83da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test build and package QubesOS RPMs

on: pull_request
on:
pull_request:
push:
tags:
- '*'

jobs:
qubes-dom0-package:
Expand Down

0 comments on commit 14e83da

Please sign in to comment.