File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed
Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 33
44name : Check colors and img size
55
6- on : [push, pull_request]
6+ on :
7+ push :
8+ branches :
9+ - master
10+ pull_request :
711
812jobs :
913 build :
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Maximize build space
15- uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
15+ uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
1616 - uses : actions/checkout@v3
1717 - name : Set up Python 3.8
1818 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 stat :
17-
17+
1818 runs-on : ubuntu-latest
1919
2020 steps :
2121 - name : Maximize build space
22- uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
22+ uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
2323 - uses : actions/checkout@v3
2424 - name : Set up Python 3.8
2525 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Check Stat (Progress Completion)
22
33on :
44 push :
5+ branches :
6+ - master
57 paths :
68 - ' masks/**'
79 - ' masks2/**'
1820
1921jobs :
2022 stat :
21-
23+
2224 runs-on : ubuntu-latest
2325
2426 steps :
2527 - name : Maximize build space
26- uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
28+ uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
2729 - uses : actions/checkout@v3
2830 with :
2931 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ name: Don't modify the imgs folder
33on :
44 push :
55 paths :
6- - ' imgs/**'
6+ - ' imgs/**'
77 - ' .github/workflows/dont_modify_imgs.yml'
88 pull_request :
99 paths :
10- - ' imgs/**'
10+ - ' imgs/**'
1111 - ' .github/workflows/dont_modify_imgs.yml'
1212
1313jobs :
1414 check_imgs :
15-
15+
1616 runs-on : ubuntu-latest
1717
1818 steps :
1919 - name : Maximize build space
20- uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
20+ uses : easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
2121 - uses : actions/checkout@v3
2222 with :
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments