Skip to content

Commit e32a49b

Browse files
committed
ci: run ci workflow on push and merge proposal
1 parent 59b23db commit e32a49b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- develop
86
workflow_call:
97
workflow_dispatch:
108

119
concurrency:
12-
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
10+
group: "${{ github.workflow }} @ ${{ github.head_ref || github.sha }}"
1311
cancel-in-progress: true
1412

1513
jobs:

0 commit comments

Comments
 (0)