Skip to content

Commit 8eaa342

Browse files
committed
(chore) Limit CI runs to PRs, not every push
1 parent c880d5d commit 8eaa342

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Run CI
22
on:
3-
push:
4-
branches-ignore:
5-
- develop
6-
- release/**
7-
paths-ignore:
8-
- '**/*.md'
3+
# push:
4+
# branches-ignore:
5+
# - develop
6+
# - release/**
7+
# paths-ignore:
8+
# - '**/*.md'
99
pull_request:
1010

1111
jobs:

0 commit comments

Comments
 (0)