Skip to content

Commit 4d8152d

Browse files
authored
ci: run tests intelligently based on changes between consecutive commits (#9017)
1 parent 40f3fc3 commit 4d8152d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: ci
22

33
on:
44
push:
5-
branches:
6-
- main
7-
8-
pull_request:
95
workflow_dispatch:
106

117
permissions:
@@ -47,6 +43,7 @@ jobs:
4743
uses: dorny/paths-filter@v2
4844
id: filter
4945
with:
46+
base: ${{ github.ref }}
5047
filters: |
5148
all:
5249
- "**"

0 commit comments

Comments
 (0)