Adjusted the trigger rules of the packaging workflow

This commit is contained in:
The Artifex (4r7if3x) 2023-05-15 11:54:55 +02:00
parent 6b055622ef
commit d7335aff34
No known key found for this signature in database
GPG key ID: F23C261322667A12

View file

@ -2,11 +2,9 @@ name: Build and Package
on:
push:
branches:
- main
pull_request:
branches:
- main
tags:
- 'v*'
workflow_dispatch:
jobs:
build_and_package: