Skip to content

Commit 3db034b

Browse files
committed
CI: Enable workflow "Release: Application bundle"
1 parent fa846b1 commit 3db034b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-app.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '*'
1212

1313
# Build application on each pull request for validation purposes.
14-
# pull_request:
14+
pull_request:
1515

1616
# Build application each night for validation purposes.
1717
# schedule:
@@ -20,6 +20,10 @@ on:
2020
# Allow the job to be triggered manually.
2121
workflow_dispatch:
2222

23+
concurrency:
24+
group: ${{ github.workflow }}-${{ github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428

2529
build:

0 commit comments

Comments
 (0)