Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit d0f5aa2

Browse files
committed
run Publish to CodeVA wf on each commit
1 parent 1d529cb commit d0f5aa2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeva-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Publish to CodeVA
22
on:
33
push:
4-
branches:
5-
- main
6-
paths-ignore:
7-
- '.github/**'
8-
- '**/README.md'
4+
# branches:
5+
# - main
6+
# paths-ignore:
7+
# - '.github/**'
8+
# - '**/README.md'
99
workflow_dispatch:
1010

1111
permissions:

0 commit comments

Comments
 (0)