Skip to content

Commit b27770f

Browse files
committed
ci: revert check-dist
1 parent 99495aa commit b27770f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/check-dist.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@
88
name: check dist
99

1010
on:
11-
workflow_run:
12-
workflows: ['test']
13-
types:
14-
- completed
11+
push:
12+
branches:
13+
- main
14+
paths-ignore:
15+
- '**.md'
16+
pull_request:
17+
branches:
18+
- main
19+
paths-ignore:
20+
- '**.md'
1521
workflow_dispatch:
1622

1723
concurrency:
@@ -20,7 +26,6 @@ concurrency:
2026

2127
jobs:
2228
check-dist:
23-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2429
runs-on: ubuntu-latest
2530
timeout-minutes: 5
2631
steps:

0 commit comments

Comments
 (0)