Fix attempt

This commit is contained in:
problematicconsumer
2024-01-14 14:45:48 +03:30
parent afef527aa3
commit 27b9c9c997
2 changed files with 2 additions and 6 deletions

View File

@@ -3,17 +3,13 @@ on:
push:
branches:
- main
tags:
- 'v*'
paths-ignore:
- '**.md'
- 'docs/**'
- '.github/**'
- '!.github/workflows/*'
- 'appcast.xml'
# pull_request:
# branches:
# - main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

View File

@@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
build-release:
uses: ./.github/workflows/build.yml
secrets: inherit
permissions: write-all