Skip to content

Commit 7e5c299

Browse files
committed
Update triggers
1 parent 10a2f10 commit 7e5c299

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: CI
22

33
on:
44
push:
5+
branches: [master]
56
pull_request:
67
workflow_dispatch:
78

89
concurrency:
9-
group: ci-${{ github.ref }}
10+
group: ci-${{ github.event.pull_request.number || github.ref }}
1011
cancel-in-progress: true
1112

1213
env:

0 commit comments

Comments
 (0)