File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22
3- # on:
4- # push:
5- # branches:
6- # - master
7- # paths:
8- # - '.github/workflows/**'
9- # - 'build/**'
10- # - 'deps/**'
11- # - 'sources/**'
12- # - '!**/.all-contributorsrc'
13- # - '!**/.editorconfig'
14- # - '!**/.gitignore'
15- # - '!**/*.md'
16- # - '!crowdin.yml'
17- # pull_request:
18- # paths:
19- # - '.github/workflows/**'
20- # - 'build/**'
21- # - 'deps/**'
22- # - 'sources/**'
23- # - '!**/.all-contributorsrc'
24- # - '!**/.editorconfig'
25- # - '!**/.gitignore'
26- # - '!**/*.md'
27- # - '!crowdin.yml'
28- # types: [opened, synchronize, reopened, ready_for_review]
29- # workflow_dispatch:
3+ on :
4+ push :
5+ branches :
6+ - master
7+ paths :
8+ - ' .github/workflows/**'
9+ - ' build/**'
10+ - ' deps/**'
11+ - ' sources/**'
12+ - ' !**/.all-contributorsrc'
13+ - ' !**/.editorconfig'
14+ - ' !**/.gitignore'
15+ - ' !**/*.md'
16+ - ' !crowdin.yml'
17+ pull_request :
18+ paths :
19+ - ' .github/workflows/**'
20+ - ' build/**'
21+ - ' deps/**'
22+ - ' sources/**'
23+ - ' !**/.all-contributorsrc'
24+ - ' !**/.editorconfig'
25+ - ' !**/.gitignore'
26+ - ' !**/*.md'
27+ - ' !crowdin.yml'
28+ types : [opened, synchronize, reopened, ready_for_review]
29+ workflow_dispatch :
3030
3131permissions :
3232 checks : write
You can’t perform that action at this time.
0 commit comments