Skip to content

Commit

Permalink
Fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Jan 14, 2024
1 parent afef527 commit 27b9c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dev-i.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
build:
build-release:
uses: ./.github/workflows/build.yml
secrets: inherit
permissions: write-all
Expand Down

0 comments on commit 27b9c9c

Please sign in to comment.