Skip to content

Commit 86fcd45

Browse files
authored
Revert "ci: run tests intelligently based on changes between consecutive commits (#9017)" (#9104)
1 parent 9a1f845 commit 86fcd45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

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

33
on:
44
push:
5+
branches:
6+
- main
7+
8+
pull_request:
59
workflow_dispatch:
610

711
permissions:
@@ -43,7 +47,6 @@ jobs:
4347
uses: dorny/paths-filter@v2
4448
id: filter
4549
with:
46-
base: ${{ github.ref }}
4750
filters: |
4851
all:
4952
- "**"

0 commit comments

Comments
 (0)