Skip to content

Commit ac5b1d6

Browse files
committed
Fixing workflows.
1 parent c3b5b7e commit ac5b1d6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/check-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: check-build
22

33
on:
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

.github/workflows/validate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: validate
22

33
on:
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

0 commit comments

Comments
 (0)