Skip to content

Commit 328974e

Browse files
committed
Prevent CI from triggering twice when creating a PR
1 parent 4b9dbf3 commit 328974e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

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

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types:
9+
- opened
10+
- reopened
11+
- synchronize
12+
- ready_for_review
413

514
concurrency:
615
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)