Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Oct 23, 2023
1 parent c4cc842 commit 9cd8200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- 'rollup.config.js'
- 'tsconfig.json'
- '.npmrc'
- 'README.md'
- 'api'
pull_request:
branches: [ "main" ]
types: [opened, synchronize] # Workflow triggering events
Expand All @@ -23,7 +25,9 @@ on:
- 'package-lock.json'
- 'rollup.config.js'
- 'tsconfig.json'
- '.npmrc'
- '.npmrc'
- 'README.md'
- 'api'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9cd8200

Please sign in to comment.