Skip to content

Commit 76df714

Browse files
committed
Disable gh for test branch
1 parent 68e3c38 commit 76df714

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/build-and-deploy-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and Deploy pages to GitHub Pages
2-
on: [push, workflow_dispatch]
2+
on:
3+
push:
4+
branches-ignore:
5+
- web-3-docs
6+
workflow_dispatch:
37

48
permissions:
59
contents: read

.github/workflows/build-web-for-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build web pages for branch
33
on:
44
push:
55
branches:
6-
- web-3-not-exists
6+
- web-3-docs
77
workflow_dispatch:
88

99
jobs:

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches-ignore:
6+
- web-3-docs
7+
pull_request:
8+
branches-ignore:
9+
- web-3-docs
410

511
permissions:
612
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)