Skip to content

Commit ca5fe68

Browse files
committed
allow forks' branches to run ci
1 parent 982fdf3 commit ca5fe68

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76
workflow_dispatch:
87

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Lint
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76
workflow_dispatch:
87

.github/workflows/static.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Check collectstatic
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
76
workflow_dispatch:
87

0 commit comments

Comments
 (0)