Skip to content

Commit

Permalink
temporarily enable push of derive-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Dec 8, 2024
1 parent f640f42 commit 9e0f184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/derive-typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
run: docker build -t ghcr.io/estuary/derive-typescript:dev crates/derive-typescript/

- name: push docker image
if: ${{ github.ref == 'refs/heads/master' }}
#if: ${{ github.ref == 'refs/heads/master' }}
run: docker push ghcr.io/estuary/derive-typescript:dev
2 changes: 2 additions & 0 deletions crates/derive-typescript/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,5 @@ const GENERATED_PREFIX: &str = "flow_generated/typescript";
const MAIN_NAME: &str = "main.ts";
const MODULE_NAME: &str = "module.ts";
const TYPES_NAME: &str = "types.ts";

// noop

0 comments on commit 9e0f184

Please sign in to comment.