Skip to content

Commit

Permalink
fix: only publish on updates to index.d.ts and update GHA mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Jan 30, 2024
1 parent e2fc049 commit 3076b42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deployment
on:
push:
branches: [master]
paths:
- 'index.d.ts'

env:
node_version: "20"
Expand All @@ -13,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Disallow Concurrent Runs
uses: byu-oit/github-action-disallow-concurrent-runs@v2
Expand Down

0 comments on commit 3076b42

Please sign in to comment.