Skip to content

Commit 9d9adbd

Browse files
committed
feat: on workflow dispatch
1 parent 9b86f07 commit 9d9adbd

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Docker Build/Publish Image
22
on:
33
workflow_dispatch:
44

5-
push:
6-
branches: [ main ]
7-
85
jobs:
96
docker:
107
runs-on: ubuntu-latest

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function run() {
5959
// The following syntax should be used in the commonjs environment
6060
//
6161
// await importx(__dirname + "/{events,commands}/**/*.{ts,js}");
62-
62+
6363
// The following syntax should be used in the ECMAScript environment
6464
await importx(`${dirname(import.meta.url)}/{events,commands}/**/*.{ts,js}`);
6565

0 commit comments

Comments
 (0)