Skip to content

Commit

Permalink
Merge pull request #16 from long-woo/dev
Browse files Browse the repository at this point in the history
action test
  • Loading branch information
long-woo committed Jul 22, 2023
2 parents bb4aa10 + dd70851 commit 48b9a10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/deno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
check:
uses: ./.github/workflows/check.yaml
uses: ./.github/workflows/check.yml

release:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/npm.yaml → .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
release:
types: [published]

workflow_run:
workflows: ['Deno PR check']
types:
- completed

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 48b9a10

Please sign in to comment.