Skip to content

Commit 367f07d

Browse files
committed
Disable build compat table gh action for builder branch
1 parent c74c473 commit 367f07d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
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
6+
pull_request:
37

48
permissions:
59
contents: read

0 commit comments

Comments
 (0)