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 : Build Webpage
22on :
3+ workflow_dispatch :
34 push :
4- branches : [main]
5+ branches-ignore : [release, main]
6+ tags-ignore :
7+ - " **"
58 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
69 # if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-webpage.yml" ]] ;
710 paths :
11+ - " CHANGELOG.md"
12+ - " screenshots/**"
13+ - " webpage/**"
814 - " .github/workflows/build-webpage.yml"
915 pull_request :
10- branches : [main ]
16+ branches-ignore : [release ]
1117 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
1218 # if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-webpage.yml" ]] ;
1319 paths :
You can’t perform that action at this time.
0 commit comments