Skip to content

Commit

Permalink
Merge branch 'main' into bippy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Jan 21, 2025
2 parents 21bc82a + 6b6e974 commit 197043a
Show file tree
Hide file tree
Showing 4 changed files with 5,079 additions and 1,269 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
release:
types: [published]
workflow_dispatch:

env:
FLY_ORG: ${{ vars.FLY_ORG }}

jobs:
npm-publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [main]
pull_request:
branches: [main]

env:
FLY_ORG: ${{ vars.FLY_ORG }}

permissions:
actions: write
contents: read
Expand Down
Loading

0 comments on commit 197043a

Please sign in to comment.