fixed workflow

This commit is contained in:
dkeruza-neo
2025-09-15 16:19:54 -04:00
parent aa44280724
commit 85548fc01e
+3 -3
View File
@@ -4,14 +4,14 @@ on:
workflow_dispatch:
pull_request:
branches:
- main
- master
paths-ignore:
- '**.md'
- '.github/ISSUE_TEMPLATE/*'
- '.docs/changelog'
push:
branches:
- main
- master
paths-ignore:
- '**.md'
- '.github/ISSUE_TEMPLATE/*'
@@ -96,7 +96,7 @@ jobs:
name: 📤 Create Release
needs: [linux-build, linux-flatpak, linux-appimage, prepare-source]
runs-on: ubuntu-22.04
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Checkout code
uses: actions/checkout@v4