File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ name: check-build
22
33on :
44 push :
5- branches : ["*"] # Trigger on push to any branch
65 branches-ignore : ["gh-pages"] # Exclude the gh-pages branch
76 pull_request :
8- branches : ["*"] # Trigger on pull request to any branch
97 branches-ignore : ["gh-pages"] # Exclude the gh-pages branch
108 workflow_dispatch :
119 branches : ["*"] # Included ["*"] for consistency
Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ name: validate
22
33on :
44 push :
5- branches : ["*"] # Trigger on push to any branch
65 branches-ignore : ["gh-pages"] # Exclude the gh-pages branch
76 pull_request :
8- branches : ["*"] # Trigger on pull request to any branch
97 branches-ignore : ["gh-pages"] # Exclude the gh-pages branch
108 workflow_dispatch :
119 branches : ["*"] # Included ["*"] for consistency
You can’t perform that action at this time.
0 commit comments