diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c16a59a..e93b799 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,6 +12,7 @@ name: "CodeQL" on: + workflow_dispatch: schedule: - cron: '0 0 * * 1' diff --git a/package.json b/package.json index 6a6f234..ece7e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touitomamout", - "version": "1.0.1", + "version": "1.0.2", "description": "An easy way to synchronize your Twitter's tweets to Mastodon & Bluesky posts.", "scripts": { "lint": "eslint src/ --ext .ts",