Skip to content

Commit 11cd65e

Browse files
authored
Update container.yml
1 parent aeb2ba6 commit 11cd65e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/container.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
##
77

88
permissions: write-all
9-
10-
name: 'vs_code_container'
119
on:
12-
push:
13-
branches:
14-
- main
10+
workflow_dispatch:
11+
#name: 'vs_code_container'
12+
#on:
13+
# push:
14+
# branches:
15+
# - main
1516

1617
jobs:
1718
build:

0 commit comments

Comments
 (0)