Skip to content

Commit 4fa84bd

Browse files
committed
Remove useless paths and branches in CI
They were artifacts from copying from NewPipe
1 parent 0bb053b commit 4fa84bd

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,23 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7-
- dev
87
- master
9-
- refactor
10-
- release**
8+
- main
119
paths-ignore:
1210
- 'README.md'
13-
- 'doc/**'
1411
- 'fastlane/**'
15-
- 'assets/**'
12+
- 'meta/**'
1613
- '.github/**/*.md'
1714
- '.github/FUNDING.yml'
1815
- '.github/ISSUE_TEMPLATE/**'
1916
push:
2017
branches:
21-
- dev
2218
- master
19+
- main
2320
paths-ignore:
2421
- 'README.md'
25-
- 'doc/**'
2622
- 'fastlane/**'
27-
- 'assets/**'
23+
- 'meta/**'
2824
- '.github/**/*.md'
2925
- '.github/FUNDING.yml'
3026
- '.github/ISSUE_TEMPLATE/**'

0 commit comments

Comments
 (0)