Skip to content

Commit 2ea8b17

Browse files
committed
suppress running duplicated CI for pull-requests
1 parent b946afd commit 2ea8b17

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
branches: '*'
6+
push:
7+
branches:
8+
- master
9+
- main
10+
- 'release-*'
411

512
jobs:
613
mri:

0 commit comments

Comments
 (0)