Skip to content

Commit d0f5aa2

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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)