Skip to content

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EisregenHaha authored May 6, 2024
1 parent e387ffc commit 22df390
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
name: Release Builder
on:
push:
branches:
- 'release'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
inputs:
Expand All @@ -27,7 +18,11 @@ on:
description: Release name
type: string
required: true


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: Build release app
Expand Down

0 comments on commit 22df390

Please sign in to comment.