Skip to content

Commit

Permalink
fix: on push workflow (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav0705 authored Mar 18, 2024
1 parent 4685666 commit afed2c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'dist/**'
paths:
- 'src/**'
- 'package.json'
- 'yarn.lock'
- 'action.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit afed2c7

Please sign in to comment.