This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 236471b Fix documentation workflow for main branch, making sure it
doesn't run
236471b is described below
commit 236471baff68baaa770e324576dca1f131810c38
Author: Shane Dell <[email protected]>
AuthorDate: Fri Oct 3 12:05:30 2025 -0400
Fix documentation workflow for main branch, making sure it doesn't run
---
.github/workflows/documentaion.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/documentaion.yml
b/.github/workflows/documentaion.yml
index 5254d36..3f4361d 100644
--- a/.github/workflows/documentaion.yml
+++ b/.github/workflows/documentaion.yml
@@ -19,6 +19,7 @@ name: Enforce Documentation Checkbox
on:
push:
branches-ignore:
+ - "main"
- "dependabot/**" # dependabot branches
- "update/**" # scala-steward branches
pull_request: