We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb053b commit 4fa84bdCopy full SHA for 4fa84bd
1 file changed
.github/workflows/ci.yml
@@ -4,27 +4,23 @@ on:
4
workflow_dispatch:
5
pull_request:
6
branches:
7
- - dev
8
- master
9
- - refactor
10
- - release**
+ - main
11
paths-ignore:
12
- 'README.md'
13
- - 'doc/**'
14
- 'fastlane/**'
15
- - 'assets/**'
+ - 'meta/**'
16
- '.github/**/*.md'
17
- '.github/FUNDING.yml'
18
- '.github/ISSUE_TEMPLATE/**'
19
push:
20
21
22
23
24
25
26
27
28
29
30
0 commit comments