Skip to content

Commit

Permalink
Merge branch 'main' into ci-bump-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart authored Jul 29, 2024
2 parents 08ab6ee + 6782edd commit 1170db7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: test transport-node with local modules

on:
push:
tags:
- '*'
paths:
- 'core/**'
- 'jetstream/**'
- 'kv/**'
- 'obj/**'
- 'services/**'
branches:
- '*'
pull_request:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: version_bump

permissions:
contents: write
on: workflow_dispatch

jobs:
Expand All @@ -21,3 +22,5 @@ jobs:
deno run -A jsr:@aricart/[email protected]/cli --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_USER_NAME: ${{ github.actor }}
GIT_USER_EMAIL: ${{ github.actor}}@users.noreply.github.com

0 comments on commit 1170db7

Please sign in to comment.