diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53964c0a..d88bce25 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,10 +6,6 @@ on: branches: - main - pull_request: - branches: - - main - jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6f1d8dc2..fee77313 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,13 +4,7 @@ name: "Code Quality Analysis" on: push: branches: - - main - paths: - - apps/** - - '!apps/docs/**' - - libraries/** - - pull_request: + - dev1 paths: - apps/** - '!apps/docs/**' diff --git a/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts b/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts index f2d01a74..1535b4ec 100644 --- a/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts +++ b/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts @@ -192,7 +192,7 @@ export class BlueskyProvider extends SocialAbstract implements SocialProvider { $type: 'app.bsky.embed.images', images: images.map((p) => ({ // can be an array up to 4 values - alt: 'image', // the alt text + // alt: 'image', // the alt text - commented this out for now until there is a way to set this from within Postiz image: p.data.blob, })), },