Skip to content

Commit c516d59

Browse files
committed
chore: only run the CI on main, and with slim runners
1 parent fd21e2e commit c516d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI
22
on:
33
push:
4-
branches-ignore:
5-
- dependabot/**
4+
branches:
5+
- main
66
paths:
77
- package*.json
88
- '**/*.md'
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
lint:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-slim
2222

2323
steps:
2424
- name: Clone repository

0 commit comments

Comments
 (0)