File tree Expand file tree Collapse file tree 3 files changed +39
-3
lines changed Expand file tree Collapse file tree 3 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 11name : Build
2- on : [push, pull_request]
2+ on :
3+ push :
4+ paths :
5+ - ' src/**'
6+ - ' **.yml'
7+ - ' **.xml'
8+ - ' **.Dockerfile'
9+ pull_request :
10+ paths :
11+ - ' src/**'
12+ - ' **.yml'
13+ - ' **.xml'
14+ - ' **.Dockerfile'
315jobs :
416 build :
517 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : Prettify
2- on : [push, pull_request]
2+ on :
3+ push :
4+ paths :
5+ - ' src/**'
6+ - ' **.yml'
7+ - ' **.xml'
8+ - ' **.Dockerfile'
9+ pull_request :
10+ paths :
11+ - ' src/**'
12+ - ' **.yml'
13+ - ' **.xml'
14+ - ' **.Dockerfile'
315jobs :
416 prettier :
517 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11# This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
22name : Update Directory
3- on : [push, pull_request]
3+ on :
4+ push :
5+ paths :
6+ - ' src/**'
7+ - ' **.yml'
8+ - ' **.xml'
9+ - ' **.Dockerfile'
10+ pull_request :
11+ paths :
12+ - ' src/**'
13+ - ' **.yml'
14+ - ' **.xml'
15+ - ' **.Dockerfile'
416jobs :
517 update_directory_md :
618 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments