Skip to content

Commit 05f4ee2

Browse files
Copilotdigimaun
andcommitted
ci: expand CI workflow triggers to all branches with concurrency control
Co-authored-by: digimaun <28658112+digimaun@users.noreply.github.com>
1 parent 82eff12 commit 05f4ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: CI Build and Test
2+
run-name: "CI Build and Test"
23
permissions:
34
contents: read
5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+
cancel-in-progress: true
48
on:
59
pull_request:
6-
branches:
7-
- dev
810
push:
9-
branches:
10-
- dev
1111
workflow_dispatch:
1212
jobs:
1313
build:

0 commit comments

Comments
 (0)